[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1326826496.17202.13.camel@joe2Laptop>
Date: Tue, 17 Jan 2012 10:54:56 -0800
From: Joe Perches <joe@...ches.com>
To: David Miller <davem@...emloft.net>
Cc: mirq-linux@...e.qmqm.pl, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] vsprintf: Prevent NULL dereference using %pNF
On Tue, 2012-01-17 at 13:52 -0500, David Miller wrote:
> From: Joe Perches <joe@...ches.com>
> Date: Tue, 17 Jan 2012 10:51:13 -0800
>
> > On Tue, 2012-01-17 at 13:46 -0500, David Miller wrote:
> >> From: Joe Perches <joe@...ches.com>
> >> Date: Tue, 17 Jan 2012 10:37:13 -0800
> >> > Passing NULL to %pNF is done in skb_gso_segment
> >> > which could be dereferenced.
> >> skb_gso_segment() should be fixed instead.
> >
> > Maybe. Dereferencing NULL is bad form.
>
> We don't check for NULL for IPV4 or IPV6 addresses,
Because we don't pass NULL addresses.
> no reason
> to treat this any differently.
A NULL address is specifically passed here.
> Either do it for all %pX things, or none of them.
Maybe.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists