Skip to content
Commit fe979ac1 authored by Vlad Yasevich's avatar Vlad Yasevich Committed by Vladislav Yasevich
Browse files

[SCTP] Fix leak in sctp_getsockopt_local_addrs when copy_to_user fails



If the copy_to_user or copy_user calls fail in sctp_getsockopt_local_addrs(),
the function should free locally allocated storage before returning error.
Spotted by Coverity.

Signed-off-by: default avatarVlad Yasevich <vladislav.yasevich@hp.com>
Acked-by: default avatarSridhar Samudrala <sri@us.ibm.com>
parent 8b358056
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