]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
NFC: fix resource leak when target index is invalid
authorPan Bian <bianpan2016@163.com>
Thu, 21 Jan 2021 15:27:48 +0000 (07:27 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Feb 2021 22:22:23 +0000 (23:22 +0100)
commita49daeaa592c0d2cf7b378f6240ac69c7b019e1e
treeccb0f2c3429bcc3af6edd9761b56db23b3e95fb9
parent49639ef61f0e4e8e3923573b7b226d5d2566dea1
NFC: fix resource leak when target index is invalid

commit 3a30537cee233fb7da302491b28c832247d89bbe upstream.

Goto to the label put_dev instead of the label error to fix potential
resource leak on path that the target index is invalid.

Fixes: c4fbb6515a4d ("NFC: The core part should generate the target index")
Signed-off-by: Pan Bian <bianpan2016@163.com>
Link: https://lore.kernel.org/r/20210121152748.98409-1-bianpan2016@163.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/nfc/rawsock.c