diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2019-08-24 17:49:55 +0300 |
---|---|---|
committer | Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> | 2019-11-04 20:45:29 +0100 |
commit | 30b7244d79651460ff114ba8f7987ed94c86b99a (patch) | |
tree | 0de5edde505b40c670c873af96b35f03ab4e56bf /drivers | |
parent | 3da09663209d6732c74cb7b6d5890b8dea9cf6f3 (diff) | |
download | linux-stable-30b7244d79651460ff114ba8f7987ed94c86b99a.tar.gz linux-stable-30b7244d79651460ff114ba8f7987ed94c86b99a.tar.bz2 linux-stable-30b7244d79651460ff114ba8f7987ed94c86b99a.zip |
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 'drivers')
0 files changed, 0 insertions, 0 deletions