diff options
author | Maxin B. John <maxin.john@intel.com> | 2016-01-28 14:37:21 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-29 18:14:57 +0000 |
commit | ae64dc3af8c49ef53ab3e847f7761cf5e59c5998 (patch) | |
tree | 1393db9bc3811c6028f52b447d8f4f126e3fa323 /meta/recipes-kernel | |
parent | 499465f4edad0d9dc16b07b33522964e1c1d3e5d (diff) | |
download | openembedded-core-ae64dc3af8c49ef53ab3e847f7761cf5e59c5998.tar.gz openembedded-core-ae64dc3af8c49ef53ab3e847f7761cf5e59c5998.tar.bz2 openembedded-core-ae64dc3af8c49ef53ab3e847f7761cf5e59c5998.zip |
connman: fix crash with iptables 1.6
The struct of xtables_globals has been modified in iptables 1.6.
If connman runs with iptables 1.6, it can crash.
Program received signal SIGSEGV, Segmentation fault.
0x00000000 in ?? ()
0xb7dea89c in xtables_find_target () from /usr/lib/libxtables.so.11
0xb7deac1c in ?? () from /usr/lib/libxtables.so.11
0xb7dea793 in xtables_find_target () from /usr/lib/libxtables.so.11
The the missing function item of xtables is added to xtables_globals.
It can fix the above issue.
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-kernel')
0 files changed, 0 insertions, 0 deletions