Skip to content
Commit 19443178 authored by Chris Wright's avatar Chris Wright Committed by David S. Miller
Browse files

dccp: return -EINVAL on invalid feature length



dccp_feat_change() validates length and on error is returning 1.
This happens to work since call chain is checking for 0 == success,
but this is returned to userspace, so make it a real error value.

Signed-off-by: default avatarChris Wright <chrisw@sous-sol.org>
Acked-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 7a1aa309
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