Files
kernel_xiaomi_raphael/kernel
Greg Kroah-Hartman 7855a721d9 bpf: Explicitly memset some bpf info structures declared on the stack
commit 5c6f25887963f15492b604dd25cb149c501bbabf upstream.

Trying to initialize a structure with "= {};" will not always clean out
all padding locations in a structure. So be explicit and call memset to
initialize everything for a number of bpf information structures that
are then copied from userspace, sometimes from smaller memory locations
than the size of the structure.

Reported-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Yonghong Song <yhs@fb.com>
Link: https://lore.kernel.org/bpf/20200320162258.GA794295@kroah.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-04-02 16:34:37 +02:00
..
2019-12-01 09:14:03 +01:00
2018-08-03 07:50:38 +02:00
2020-04-02 16:34:21 +02:00
2018-08-03 07:50:22 +02:00
2020-04-02 16:34:20 +02:00
2020-02-28 16:35:53 +01:00
2017-08-21 12:47:31 -07:00
2020-01-09 10:17:53 +01:00
2018-05-09 09:51:50 +02:00