summaryrefslogtreecommitdiff
path: root/net/netfilter/ipset/ip_set_hash_ipmac.c
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2019-08-24 17:49:55 +0300
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2019-11-04 20:45:29 +0100
commit30b7244d79651460ff114ba8f7987ed94c86b99a (patch)
tree0de5edde505b40c670c873af96b35f03ab4e56bf /net/netfilter/ipset/ip_set_hash_ipmac.c
parent3da09663209d6732c74cb7b6d5890b8dea9cf6f3 (diff)
netfilter: ipset: Fix an error code in ip_set_sockfn_get()
The copy_to_user() function returns the number of bytes remaining to be copied. In this code, that positive return is checked at the end of the function and we return zero/success. What we should do instead is return -EFAULT. Fixes: a7b4f989a629 ("netfilter: ipset: IP set core support") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Jozsef Kadlecsik <kadlec@netfilter.org>
Diffstat (limited to 'net/netfilter/ipset/ip_set_hash_ipmac.c')
0 files changed, 0 insertions, 0 deletions