Dan Carpenter 3429769bc6 ppp: potential NULL dereference in ppp_mp_explode()
Smatch complains because we check whether "pch->chan" is NULL and then
dereference it unconditionally on the next line.  Partly the reason this
bug was introduced is because code was too complicated.  I've simplified
it a little.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-09-13 12:44:11 -07:00
..
2010-08-24 15:28:28 +10:00
2010-08-20 09:34:56 -07:00
2010-09-06 09:49:39 +03:00
2010-07-26 08:05:31 -07:00
2010-07-27 12:40:54 +02:00