commit | b6011966ac6f402847eb5326beee8da3a80405c7 | [log] [tgz] |
---|---|---|
author | Pan Bian <bianpan2016@163.com> | Thu Jan 21 06:57:38 2021 -0800 |
committer | Jakub Kicinski <kuba@kernel.org> | Sat Jan 23 13:19:56 2021 -0800 |
tree | 7a39aa2a6532a762293e9d2ba2c2858140b8aff8 | |
parent | cf3c46631e1637582f517a574c77cd6c05793817 [diff] |
chtls: Fix potential resource leak The dst entry should be released if no neighbour is found. Goto label free_dst to fix the issue. Besides, the check of ndev against NULL is redundant. Signed-off-by: Pan Bian <bianpan2016@163.com> Link: https://lore.kernel.org/r/20210121145738.51091-1-bianpan2016@163.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>