From: Thomas Pedersen Date: Fri, 3 Aug 2012 19:21:35 +0000 (-0700) Subject: mac80211: skb leak in mesh_plink_frame_tx() X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~47^2~278^2^2~6^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f609a43dca2964a8a604ef554be92fa11c3b4c41;p=pandora-kernel.git mac80211: skb leak in mesh_plink_frame_tx() Although adding an IE is almost guaranteed to succeed since we already accounted for its length while allocating the skb, we should still free the skb in case of failure. Signed-off-by: Thomas Pedersen Signed-off-by: Johannes Berg --- Reading git-diff-tree failed