From: Florin Malita Date: Tue, 23 May 2006 05:35:30 +0000 (-0700) Subject: [PATCH] orinoco: possible null pointer dereference in orinoco_rx_monitor() X-Git-Tag: v2.6.17-rc5~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb6e093da23ace2724fdadd27738027468eb82b3;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 Cc: "John W. Linville" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed