Files
linux-st/include/linux
Daniel Borkmann 6d67942dd0 bpf: add __must_check attributes to refcount manipulating helpers
Helpers like bpf_prog_add(), bpf_prog_inc(), bpf_map_inc() can fail
with an error, so make sure the caller properly checks their return
value and not just ignores it, which could worst-case lead to use
after free.

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-11-21 11:25:58 -05:00
..
2016-11-11 23:23:02 +01:00
2016-11-15 22:34:25 -05:00
2016-10-30 13:09:42 -04:00
2016-11-16 18:32:02 -05:00
2016-11-16 18:32:02 -05:00
2016-10-31 16:18:30 -04:00