Using latest 1.3.0-rc1 snapshot, a rule delete causes a segfault: # iptables -A foo -p tcp --dport 1234 # iptables -D foo -p tcp --dport 1234 Segmentation fault Problem is caused by a superfluous memset which memsets a greater- than-malloced area. Patch below. Phil