commit | ceb736e1d45c253f5e86b185ca9b497cdd43063f | [log] [tgz] |
---|---|---|
author | Zhang Qilong <zhangqilong3@huawei.com> | Thu Nov 12 16:09:50 2020 +0800 |
committer | Jakub Kicinski <kuba@kernel.org> | Fri Nov 13 18:20:00 2020 -0800 |
tree | 3bf5519d7ad161f134b7ba471c181574baf41d7d | |
parent | 9c2e14b48119b39446031d29d994044ae958d8fc [diff] |
ipv6: Fix error path to cancel the meseage genlmsg_cancel() needs to be called in the error path of inet6_fill_ifmcaddr and inet6_fill_ifacaddr to cancel the message. Fixes: 6ecf4c37eb3e ("ipv6: enable IFA_TARGET_NETNSID for RTM_GETADDR") Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: Zhang Qilong <zhangqilong3@huawei.com> Link: https://lore.kernel.org/r/20201112080950.1476302-1-zhangqilong3@huawei.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>