From: Wei Yongjun <weiyongj...@huawei.com> Date: Tue, 13 Mar 2018 03:03:30 +0000
> Return error code -EINVAL in the address len check error handling > case since 'err' can be overwrite to 0 by 'err = sctp_verify_addr()' > in the for loop. > > Fixes: 2c0dbaa0c43d ("sctp: add support for SCTP_DSTADDRV4/6 Information for > sendmsg") > Signed-off-by: Wei Yongjun <weiyongj...@huawei.com> > Acked-by: Neil Horman <nhor...@tuxdriver.com> > --- > v1 -> v2: remove the 'err' initialization Applied, thank you.