[Bug 459] New: iptables-restore Segmentation fault
bugzilla-daemon at bugzilla.netfilter.org
bugzilla-daemon at bugzilla.netfilter.org
Thu Mar 9 15:00:55 CET 2006
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=459
Summary: iptables-restore Segmentation fault
Product: iptables
Version: 1.3.4
Platform: i386
OS/Version: Gentoo
Status: NEW
Severity: minor
Priority: P2
Component: iptables-restore
AssignedTo: laforge at netfilter.org
ReportedBy: bazil at profi.kharkov.ua
when I placed into /var/lib/iptables/rules-save such lines:
:INPUT ACCEPT
:FORWARD ACCEPT
:OUTPUT ACCEPT
iptables-restore crashes with SIGSEGV.
# /etc/init.d/iptables reload
* Flushing firewall ... [ ok ]
* Loading iptables state and starting firewall ...
/etc/init.d/iptables: line 57: 25461 Segmentation fault
${iptables_bin}-restore ${SAVE_RESTORE_OPTIONS} <"${iptables_save}"
Next, I correct rules-save file:
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
and all works fine.
--
Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the netfilter-buglog
mailing list