commit | 1ad9cbb890f059dd233868654bb9d9e4430b095c | [log] [tgz] |
---|---|---|
author | Andrii Nakryiko <andriin@fb.com> | Wed Feb 13 10:25:53 2019 -0800 |
committer | Alexei Starovoitov <ast@kernel.org> | Thu Feb 14 15:31:39 2019 -0800 |
tree | 2ab84aec12d5ef2766b9565ad86ebdfea5e96afb | |
parent | fb405883c189dd30f2fab2b3e2c954f34f000ac3 [diff] |
tools/bpf: replace bzero with memset bzero() call is deprecated and superseded by memset(). Signed-off-by: Andrii Nakryiko <andriin@fb.com> Reported-by: David Laight <david.laight@aculab.com> Acked-by: Martin KaFai Lau <kafai@fb.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org>