diff options
author | Stanislav Fomichev <sdf@google.com> | 2023-04-19 00:53:38 +0200 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2023-04-21 17:09:53 +0200 |
commit | 00e74ae0863827d944e36e56a4ce1e77e50edb91 (patch) | |
tree | 45386bd1708469bd4cb557ef4bb1b11c56261d58 /usr/gen_init_cpio.c | |
parent | selftests/xsk: Put MAP_HUGE_2MB in correct argument (diff) | |
download | linux-00e74ae0863827d944e36e56a4ce1e77e50edb91.tar.xz linux-00e74ae0863827d944e36e56a4ce1e77e50edb91.zip |
bpf: Don't EFAULT for getsockopt with optval=NULL
Some socket options do getsockopt with optval=NULL to estimate the size
of the final buffer (which is returned via optlen). This breaks BPF
getsockopt assumptions about permitted optval buffer size. Let's enforce
these assumptions only when non-NULL optval is provided.
Fixes: 0d01da6afc54 ("bpf: implement getsockopt and setsockopt hooks")
Reported-by: Martin KaFai Lau <martin.lau@kernel.org>
Signed-off-by: Stanislav Fomichev <sdf@google.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/ZD7Js4fj5YyI2oLd@google.com/T/#mb68daf700f87a9244a15d01d00c3f0e5b08f49f7
Link: https://lore.kernel.org/bpf/20230418225343.553806-2-sdf@google.com
Diffstat (limited to 'usr/gen_init_cpio.c')
0 files changed, 0 insertions, 0 deletions