diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2020-07-27 20:22:20 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-07-27 22:25:39 +0200 |
commit | 181964e619b76ae2e71bcdc6001cf977bec4cf6e (patch) | |
tree | 84fc012351abcb4d314b7711b0bc2a69e4a046b7 /scripts | |
parent | Merge branch 'selftests-net-Fix-clang-warnings-on-powerpc' (diff) | |
download | linux-181964e619b76ae2e71bcdc6001cf977bec4cf6e.tar.xz linux-181964e619b76ae2e71bcdc6001cf977bec4cf6e.zip |
fix a braino in cmsghdr_from_user_compat_to_kern()
commit 547ce4cfb34c ("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: 547ce4cfb34c ("switch cmsghdr_from_user_compat_to_kern() to copy_from_user()")
Reported-by: Nick Bowler <nbowler@draconx.ca>
Tested-by: Nick Bowler <nbowler@draconx.ca>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions