diff options
author | Dan Carpenter <error27@gmail.com> | 2010-09-10 01:58:10 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-09-13 12:44:11 -0700 |
commit | 3429769bc67c7a48b3c01b2452b32171b3450202 (patch) | |
tree | 9664314000e1e0ae06ecb29423ca30cfd42f0c8e /net/ipv4 | |
parent | 339db11b219f36cf7da61b390992d95bb6b7ba2e (diff) |
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>
Diffstat (limited to 'net/ipv4')
0 files changed, 0 insertions, 0 deletions