Skip to content
Commit 735ce972 authored by David S. Miller's avatar David S. Miller
Browse files

sctp: Make sure N * sizeof(union sctp_addr) does not overflow.



As noticed by Gabriel Campana, the kmalloc() length arg
passed in by sctp_getsockopt_local_addrs_old() can overflow
if ->addr_num is large enough.

Therefore, enforce an appropriate limit.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 2645a3c3
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