Your message dated Fri, 3 Jul 2009 16:29:57 -0400
with message-id <[email protected]>
and subject line iptables-restore segfaults on invalid rules
has caused the Debian Bug report #529370,
regarding iptables-restore segfaults on invalid rules
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
529370: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=529370
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: iptables
Version: 1.4.3.2-2
Severity: important
I'm using iptables-save and iptables-restore to play around with my
iptables rules. I accidently added the following line to the file
containing my rules:
[0:0] -A INPUT -i eth0 -p tco -m tcp --dport 19000:19010 -j ACCEPT
Now iptables-restore < myrules segfaults. gdb produces the following
backtrace:
(gdb) backtrace
#0 0xb7e55c5a in strcmp () from /lib/i686/cmov/libc.so.6
#1 0xb7f6971d in xtables_parse_protocol () from /lib/libxtables.so.2
#2 0x0804c0b8 in do_command ()
#3 0x0804a215 in main ()
iptables-restore should output a error message in that case.
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (650, 'testing'), (600, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages iptables depends on:
ii libc6 2.9-4 GNU C Library: Shared libraries
iptables recommends no packages.
iptables suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 1.4.4-1
Confirmed busted in 1.4.3.2-2 and working in 1.4.4-1.
--- End Message ---