[Bug 22] Linux kernel crashes when incoming/outgoing interfaces differ

bugzilla-daemon@netfilter.org bugzilla-daemon@netfilter.org
Wed, 05 Mar 2003 02:15:09 +0100


https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=22

bowles@ambisys.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |



------- Additional Comments From bowles@ambisys.com  2003-03-05 02:15 -------
The patch didn't apply cleanly to 2.4.21-pre5 (one reject).  I tried manually
adding the rejected part, but the compile failed with "unknown field nl_u".
Can your patch be backported to 2.4?  Thanks,

ipt_REJECT.c: In function `send_reset':
ipt_REJECT.c:69: variable `fl' has initializer but incomplete type
ipt_REJECT.c:69: unknown field `nl_u' specified in initializer
ipt_REJECT.c:69: extra brace group at end of initializer
ipt_REJECT.c:69: (near initialization for `fl')
ipt_REJECT.c:70: extra brace group at end of initializer
ipt_REJECT.c:70: (near initialization for `fl')
ipt_REJECT.c:75: warning: excess elements in struct initializer
ipt_REJECT.c:75: warning: (near initialization for `fl')
ipt_REJECT.c:69: storage size of `fl' isn't known
ipt_REJECT.c:69: warning: unused variable `fl'
make[3]: *** [ipt_REJECT.o] Error 1



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.