Skip to content
Commit 181964e6 authored by Al Viro's avatar Al Viro Committed by David S. Miller
Browse files

fix a braino in cmsghdr_from_user_compat_to_kern()

commit 547ce4cf ("switch cmsghdr_from_user_compat_to_kern() to
copy_from_user()") missed one of the places where ucmlen should've been
replaced with cmsg.cmsg_len, now that we are fetching the entire struct
rather than doing it field-by-field.

	As the result, compat sendmsg() with several different-sized cmsg
attached started to fail with EINVAL.  Trivial to fix, fortunately.

Fixes: 547ce4cf

 ("switch cmsghdr_from_user_compat_to_kern() to copy_from_user()")
Reported-by: default avatarNick Bowler <nbowler@draconx.ca>
Tested-by: default avatarNick Bowler <nbowler@draconx.ca>
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 11d26810
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment