Files
poky/meta/recipes-connectivity
Maxin B. John 51cebbfdd2 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>
2016-01-30 11:37:04 +00:00
..
2016-01-26 22:31:59 +00:00
2016-01-11 23:26:30 +00:00
2016-01-24 09:40:29 +00:00
2015-12-01 21:32:15 +00:00
2015-12-01 21:32:07 +00:00
2015-12-01 21:32:09 +00:00
2016-01-18 11:47:08 +00:00
2016-01-11 23:26:31 +00:00
2016-01-24 09:40:26 +00:00
2015-01-23 11:36:27 +00:00
2016-01-15 11:54:49 +00:00
2015-05-14 11:43:59 +01:00