projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2c2fc2
)
[IPV4] igmp: remove pointless printk
author
Dave Jones
<davej@redhat.com>
Tue, 31 Jan 2006 04:27:17 +0000
(20:27 -0800)
committer
David S. Miller
<davem@davemloft.net>
Tue, 31 Jan 2006 04:27:17 +0000
(20:27 -0800)
This is easily triggerable by sending bogus packets,
allowing a malicious user to flood remote logs.
Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/igmp.c
patch
|
blob
|
history
diff --git
a/net/ipv4/igmp.c
b/net/ipv4/igmp.c
index d8ce7133cd8f28ede0740ab682243e4f78f2bddb..f70ba622c856489b6382daf79ccf32a002ca8a22 100644
(file)
--- a/
net/ipv4/igmp.c
+++ b/
net/ipv4/igmp.c
@@
-970,7
+970,6
@@
int igmp_rcv(struct sk_buff *skb)
case IGMP_MTRACE_RESP:
break;
default:
- NETDEBUG(KERN_DEBUG "New IGMP type=%d, why we do not know about it?\n", ih->type);
}
drop: