From: Martin Townsend Date: Sun, 17 May 2015 19:44:54 +0000 (+0200) Subject: mac802154: fakelb: Fix potential NULL pointer dereference. X-Git-Tag: omap-for-v4.3/legacy-v2-signed~163^2~183^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb97d9a3eb0be1e33db5535955e6629e800f3f0e;p=pandora-kernel.git mac802154: fakelb: Fix potential NULL pointer dereference. fakelb_hw_deliver creates a copy of the skb's header which can potentially return NULL so we now check for this before actually delivering to the 802.15.4 MAC layer. Signed-off-by: Martin Townsend Signed-off-by: Alexander Aring Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed