diff options
author | Luka Perkov <luka@openwrt.org> | 2016-05-10 22:36:35 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2016-06-19 19:28:53 +0200 |
commit | ff4f769d2087c957492918ac8f8d1bdacab70b1d (patch) | |
tree | 0cb5e1681a70af322f029b7a22cac9a655f597a2 /package/network/services/dropbear | |
parent | 091c856d0410753de51fd3bb5b66b9e79b1eeebf (diff) | |
download | master-187ad058-ff4f769d2087c957492918ac8f8d1bdacab70b1d.tar.gz master-187ad058-ff4f769d2087c957492918ac8f8d1bdacab70b1d.tar.bz2 master-187ad058-ff4f769d2087c957492918ac8f8d1bdacab70b1d.zip |
xtables-addons: Fix Lua packet script implementation
lua_packet_segment parameter start has type char pointer; in function lua_tg
it's assigned an uint16 value generating compiler warnings obviously indicating
posssible seg fault problems. Fix the issue by using the correct skb functions
so the parameter points to the position inside the sk_buff
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Signed-off-by: Stijn Cleynhens <stijn.cleynhens@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49331 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/services/dropbear')
0 files changed, 0 insertions, 0 deletions