On Fri, 16 Apr 2021 11:35:38 -0700 Eric Dumazet wrote: > From: Eric Dumazet <[email protected]> > > We need to store cmlen instead of len in cm->cmsg_len. > > Fixes: 38ebcf5096a8 ("scm: optimize put_cmsg()") > Signed-off-by: Eric Dumazet <[email protected]> > Reported-by: Jakub Kicinski <[email protected]>
FWIW can confirm it fixes the issue: Tested-by: Jakub Kicinski <[email protected]> Thanks!
