From: Florin Malita Date: Sun, 21 May 2006 21:04:44 +0000 (-0700) Subject: [PATCH] orinoco: possible null pointer dereference in orinoco_rx_monitor() X-Git-Tag: v2.6.18-rc1~1115^2~60^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82464e63a0653a4d8e5c684fcb41b163e6357c6d;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: John W. Linville --- Reading git-diff-tree failed