Skip to content
Commit 84d2db91 authored by Nguyen Dinh Phi's avatar Nguyen Dinh Phi Committed by David S. Miller
Browse files

nfc: virtual_ncidev: Add variable to check if ndev is running



syzbot reported an memory leak that happens when an skb is add to
send_buff after virtual nci closed.
This patch adds a variable to track if the ndev is running before
handling new skb in send function.

Signed-off-by: default avatarNguyen Dinh Phi <phind.uet@gmail.com>
Reported-by: default avatar <syzbot+6eb09d75211863f15e3e@syzkaller.appspotmail.com>
Closes: https://lore.kernel.org/lkml/00000000000075472b06007df4fb@google.com


Reviewed-by: Bongsu Jeon
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b6fe6f03
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment