--
Live long and prosper
- Harald Welte / [EMAIL PROTECTED] http://www.gnumonks.org/
============================================================================
GCS/E/IT d- s-: a-- C+++ UL++++$ P+++ L++++$ E--- W- N++ o? K- w--- O- M+
V-- PS++ PE-- Y++ PGP++ t+ 5-- !X !R tv-- b+++ !DI !D G+ e* h--- r++ y+(*)
--- Begin Message ---
Dear.
I found a bug when using "iptables".
It results in "segmentaion fault" with these occurences :
- Change the Makefile with
NO_SHARE_LIBS=1 being activated
(meaning that no shared libs are considered)
- Compile
- run with eg,
"iptables -A INPUT -s 10.1.1.1 -j testonly"
without running "iptables -N testonly" beforehand
- then segmentation fault happens.
So, I consider to add
if(!fw) exit_error(.......);
in function append_entry in iptables.c, before running other
statements in this function.
Thank you, and if this goes to the unrelated email address,
please delete this email.
Best Regards,
Prim
--- End Message ---