Re: [PATCH] IRDA: irda_create() nuke user triggable printk

2008-01-07 Thread David Miller
From: maximilian attems <[EMAIL PROTECTED]> Date: Mon, 7 Jan 2008 01:34:32 +0100 > 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 <[EMAIL PROTECTED]> Applied, than

[PATCH] IRDA: irda_create() nuke user triggable printk

2008-01-06 Thread maximilian attems
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 <[EMAIL PROTECTED]> --- net/irda/af_irda.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/net/irda/af