projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
036b579
)
[IRDA]: irda_create() nuke user triggable printk
author
maximilian attems
<max@stro.at>
Mon, 7 Jan 2008 08:30:57 +0000
(
00:30
-0800)
committer
David S. Miller
<davem@davemloft.net>
Wed, 9 Jan 2008 07:30:05 +0000
(23:30 -0800)
easy to trigger as user with sfuzz.
irda_create() is quiet on unknown sock->type,
match this behaviour for SOCK_DGRAM unknown protocol
Signed-off-by: maximilian attems <max@stro.at>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/irda/af_irda.c
patch
|
blob
|
history
diff --git
a/net/irda/af_irda.c
b/net/irda/af_irda.c
index
48ce59a
..
d5e4dd7
100644
(file)
--- a/
net/irda/af_irda.c
+++ b/
net/irda/af_irda.c
@@
-1118,8
+1118,6
@@
static int irda_create(struct net *net, struct socket *sock, int protocol)
self->max_sdu_size_rx = TTP_SAR_UNBOUND;
break;
default:
- IRDA_ERROR("%s: protocol not supported!\n",
- __FUNCTION__);
return -ESOCKTNOSUPPORT;
}
break;