commit | 82464e63a0653a4d8e5c684fcb41b163e6357c6d | [log] [tgz] |
---|---|---|
author | Florin Malita <fmalita@gmail.com> | Sun May 21 14:04:44 2006 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Mon May 22 14:39:04 2006 -0400 |
tree | 6e6862df039c1118caecc5c669a53ffded38381e | |
parent | 353b28bafd1b962359a866ff263a7fad833d29a1 [diff] |
[PATCH] orinoco: possible null pointer dereference in orinoco_rx_monitor() If the skb allocation fails, the current error path calls dev_kfree_skb_irq() with a NULL argument. Also, 'err' is not being used. Coverity CID: 275. Signed-off-by: Florin Malita <fmalita@gmail.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>