commit | 3a30537cee233fb7da302491b28c832247d89bbe | [log] [tgz] |
---|---|---|
author | Pan Bian <bianpan2016@163.com> | Thu Jan 21 07:27:48 2021 -0800 |
committer | Jakub Kicinski <kuba@kernel.org> | Sat Jan 23 13:34:35 2021 -0800 |
tree | c3e01dc6f57c2bfe66469c26028caccc0f13a162 | |
parent | d8f923c3ab96dbbb4e3c22d1afc1dc1d3b195cd8 [diff] |
NFC: fix resource leak when target index is invalid 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>