ppp: potential NULL dereference in ppp_mp_explode()
authorDan Carpenter <error27@gmail.com>
Fri, 10 Sep 2010 01:58:10 +0000 (01:58 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 13 Sep 2010 19:44:11 +0000 (12:44 -0700)
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>

No differences found