答复: [PATCH] ipv6: Fix error path to cancel the meseage

2020-11-13 Thread zhangqilong
> > On Thu, 12 Nov 2020 16:09:50 +0800 Zhang Qilong wrote: > > genlmsg_cancel() needs to be called in the error path of > > inet6_fill_ifmcaddr and inet6_fill_ifacaddr to cancel the message. > > > > Fixes: 203651b665f72 ("ipv6: add inet6_fill_args") > > Reported-by: Hulk Robot > > Signed-off-by:

Re: [PATCH] ipv6: Fix error path to cancel the meseage

2020-11-13 Thread Jakub Kicinski
On Thu, 12 Nov 2020 16:09:50 +0800 Zhang Qilong wrote: > genlmsg_cancel() needs to be called in the error path of > inet6_fill_ifmcaddr and inet6_fill_ifacaddr to cancel > the message. > > Fixes: 203651b665f72 ("ipv6: add inet6_fill_args") > Reported-by: Hulk Robot > Signed-off-by: Zhang Qilong

[PATCH] ipv6: Fix error path to cancel the meseage

2020-11-12 Thread Zhang Qilong
genlmsg_cancel() needs to be called in the error path of inet6_fill_ifmcaddr and inet6_fill_ifacaddr to cancel the message. Fixes: 203651b665f72 ("ipv6: add inet6_fill_args") Reported-by: Hulk Robot Signed-off-by: Zhang Qilong --- net/ipv6/addrconf.c | 8 ++-- 1 file changed, 6 insertions(+