[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20070518.225930.80030089.davem@davemloft.net>
Date: Fri, 18 May 2007 22:59:30 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: eteo@...hat.com
Cc: linux-kernel@...r.kernel.org, acme@...hat.com
Subject: Re: [2.6 patch] net/llc/llc_conn.c: fix possible NULL dereference
From: Eugene Teo <eteo@...hat.com>
Date: Sat, 19 May 2007 13:13:07 +0800
> skb_peek() might return an empty list. skb should be checked before calling
> llc_pdu_sn_hdr() with it.
>
> Spotted by the Coverity checker.
>
> Signed-off-by: Eugene Teo <eteo@...hat.com>
The code checks skb_queue_len() for zero first, therefore NULL is
impossible.
Can you check this kind of stuff before submitting patches like this?
Thank you.
-
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