All of lore.kernel.org
 help / color / mirror / Atom feed
* double-free bug and a question
@ 2006-09-14 23:29 jmzhou.ml
  2006-09-15  4:24 ` Patrick McHardy
  0 siblings, 1 reply; 4+ messages in thread
From: jmzhou.ml @ 2006-09-14 23:29 UTC (permalink / raw)
  To: netfilter-devel

Apology if this has been reported. Here's the way to reproduce the crash:

# iptables -A INPUT --protocol udp -m multiport --dports 65530:65535 -m multiport --sport 53:67 -j ACCEPT
*** glibc detected *** double free or corruption (!prev): 0x08055160 ***
Abort (core dumped)

# iptables -A INPUT --protocol udp -m multiport --dports 65530:65535 -m multiport --sports 53:67 -j ACCEPT
Bad argument `53:67'
Try `iptables -h' or 'iptables --help' for more information.

$ iptables --version
iptables v1.3.5


What I want to do is to define multiple ports for both source and 
destination in a single iptables rule. Is there any way to do it?
Thanks!

Best regards,

Jingmin

____________________________________________________________
The future is not set.  There is no fate but what we make
for ourselves.             - Terminator II, Judgement Day

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-09-15 21:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-14 23:29 double-free bug and a question jmzhou.ml
2006-09-15  4:24 ` Patrick McHardy
2006-09-15 17:35   ` jmzhou.ml
2006-09-15 21:05     ` Patrick McHardy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.