Re: [2.6 patch] net/llc/llc_conn.c: fix possible NULL dereference

From: David Miller
Date: Sat May 19 2007 - 02:01:33 EST


From: Randy Dunlap <randy.dunlap@xxxxxxxxxx>
Date: Fri, 18 May 2007 22:30:05 -0700

> Networking patches need to be sent to the netdev@xxxxxxxxxxxxxxx
> mailing list (and lkml can be omitted IMHO).
>
> But... instead of doing the assignment and test in one swoop,
> we prefer:

In any event the patch is totally bogus because the
code checks to make sure skb_queue_len() != 0 first
so NULL cannot occur.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/