search for: l3protonum

Displaying 1 result from an estimated 1 matches for "l3protonum".

2014 Dec 08
3
[Bug 990] New: nfct segfault in nfct_helper_free
...ng passed an invalid pointer (0x45454545....). The root cause of this seems to be the position of the function scope free (line 116), moving it to after the loop seems to resolve the issue (patch attached). linux-foxtrot:~ # nfct helper list { .name = ftp, .queuenum = 0, .l3protonum = 2, .l4protonum = 6, .priv_data_len = 24, .status = enabled, }; Segmentation fault linux-foxtrot:~ # gdb nfct (gdb) run helper list Starting program: /usr/sbin/nfct helper list { .name = ftp, .queuenum = 0, .l3protonum = 2, .l4protonum = 6,...