Files
kernel_xiaomi_raphael/kernel
Greg Kroah-Hartman bb8c715f7f 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:56:52 +01:00
..
2020-03-20 12:19:46 +01:00
2020-01-27 15:30:05 +01:00
2020-02-19 10:09:50 +01:00
2019-05-23 15:53:58 -07:00
2020-01-09 16:03:53 +01:00
2020-02-19 10:09:50 +01:00
2020-03-11 19:30:15 +01:00
2019-12-01 09:14:03 +01:00
2020-03-03 07:38:15 +01:00
2019-12-05 15:38:28 +01:00
2020-01-13 19:40:11 +00:00
2019-08-19 12:42:20 -07:00
2020-02-19 10:09:50 +01:00
2020-02-28 16:35:53 +01:00
2019-08-12 13:29:46 -04:00
2020-03-20 12:19:46 +01:00
2020-01-04 19:09:37 +01:00
2020-01-09 10:17:53 +01:00
2018-05-09 09:51:50 +02:00
2018-04-12 13:00:33 -07:00
2020-03-20 12:19:46 +01:00