diff options
author | Dan Carpenter <error27@gmail.com> | 2010-09-10 03:58:10 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-09-13 21:44:11 +0200 |
commit | 3429769bc67c7a48b3c01b2452b32171b3450202 (patch) | |
tree | 9664314000e1e0ae06ecb29423ca30cfd42f0c8e /firmware/tehuti | |
parent | net/llc: make opt unsigned in llc_ui_setsockopt() (diff) | |
download | linux-3429769bc67c7a48b3c01b2452b32171b3450202.tar.xz linux-3429769bc67c7a48b3c01b2452b32171b3450202.zip |
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 'firmware/tehuti')
0 files changed, 0 insertions, 0 deletions