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-30 11:37:04 +0000 |
commit | 51cebbfdd256f2cd47155775fbd6c4e7411f492d (patch) | |
tree | beb6b48a1198e994e070b510cf8a9ff4f4f1d6af /meta/recipes-kernel/kexec | |
parent | 7f54fab99392d0e875a3b6a400fd3c024bd69d00 (diff) | |
download | poky-51cebbfdd256f2cd47155775fbd6c4e7411f492d.tar.gz |
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.
(From OE-Core rev: ae64dc3af8c49ef53ab3e847f7761cf5e59c5998)
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/kexec')
0 files changed, 0 insertions, 0 deletions