Files
kernel_arpi/kernel
Greg Kroah-Hartman f5585d325a UPSTREAM: bpf: Explicitly memset some bpf info structures declared on the stack
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
(cherry picked from commit 269efb7fc478563a7e7b22590d8076823f4ac82a)
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I52a2cab20aa310085ec104bd811ac4f2b83657b6
2020-03-23 16:26:40 +01:00
..
2020-03-18 08:19:15 +01:00
2020-02-11 14:09:41 -08:00
2020-03-01 10:17:44 +01:00
2020-02-20 08:13:39 +01:00
2020-03-05 17:42:40 +01:00
2020-03-21 10:07:42 +01:00
2019-05-28 17:46:43 -04:00
2020-02-24 09:16:10 +01:00
2020-01-17 19:48:42 +01:00
2020-01-15 08:53:52 +01:00
2019-11-29 10:10:14 +01:00
2020-01-13 18:54:56 +00:00
2019-05-24 20:16:01 +02:00
2020-02-24 09:16:10 +01:00
2019-11-25 11:46:31 -08:00
2020-01-04 19:40:03 +01:00
2020-01-09 10:19:54 +01:00
2020-03-18 08:19:15 +01:00