Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PATCH] orinoco: possible null pointer dereference in orinoco_rx_moni…
…tor() 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>
- Loading branch information