aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormaximilian attems <max@stro.at>2008-01-07 00:30:57 -0800
committerDavid S. Miller <davem@davemloft.net>2008-01-08 23:30:05 -0800
commit9e8d6f8959c356d8294d45f11231331c3e1bcae6 (patch)
treefa639ee1d003f0b3d94aac899b96ee82260045d0 /net
parent[SCTP]: Add back the code that accounted for FORWARD_TSN parameter in INIT. (diff)
downloadlinux-dev-9e8d6f8959c356d8294d45f11231331c3e1bcae6.tar.xz
linux-dev-9e8d6f8959c356d8294d45f11231331c3e1bcae6.zip
[IRDA]: irda_create() nuke user triggable printk
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>
Diffstat (limited to 'net')
-rw-r--r--net/irda/af_irda.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/irda/af_irda.c b/net/irda/af_irda.c
index 48ce59a6e026..d5e4dd75200b 100644
--- 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;