summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorAmitkumar Karwar2016-09-28 14:48:23 +0200
committerKalle Valo2016-11-09 02:33:25 +0100
commitc44c040300d7afd79294710313a4989683e2afb1 (patch)
tree111821dc779464eae2887e515d496fc4992c8592 /security
parentmwifiex: report error to PCIe for suspend failure (diff)
downloadkernel-qcow2-linux-c44c040300d7afd79294710313a4989683e2afb1.tar.gz
kernel-qcow2-linux-c44c040300d7afd79294710313a4989683e2afb1.tar.xz
kernel-qcow2-linux-c44c040300d7afd79294710313a4989683e2afb1.zip
mwifiex: Fix NULL pointer dereference in skb_dequeue()
At couple of places in cleanup path, we are just going through the skb queue and freeing them without unlinking. This leads to a crash when other thread tries to do skb_dequeue() and use already freed node. The problem is freed by unlinking skb before freeing it. Signed-off-by: Amitkumar Karwar <akarwar@marvell.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'security')
0 files changed, 0 insertions, 0 deletions