Skip to content
Commit fa0e8464 authored by Phil Blundell's avatar Phil Blundell Committed by David S. Miller
Browse files

econet: disallow NULL remote addr for sendmsg(), fixes CVE-2010-3849



Later parts of econet_sendmsg() rely on saddr != NULL, so return early
with EINVAL if NULL was passed otherwise an oops may occur.

Signed-off-by: default avatarPhil Blundell <philb@gnu.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c39508d6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment