[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1199666072-1824-1-git-send-email-max@stro.at>
Date: Mon, 7 Jan 2008 01:34:32 +0100
From: maximilian attems <max@...o.at>
To: davem@...emloft.net
Cc: netdev@...r.kernel.org, samuel@...tiz.org,
maximilian attems <max@...o.at>
Subject: [PATCH] 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@...o.at>
---
net/irda/af_irda.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/net/irda/af_irda.c b/net/irda/af_irda.c
index 48ce59a..d5e4dd7 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;
--
debian.1.5.3.7.1-dirty
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists