commit | f25d5416d64c796aa639136eb0b076c8bd579b54 | [log] [tgz] |
---|---|---|
author | Andrii Nakryiko <andriin@fb.com> | Tue Apr 28 18:21:05 2020 -0700 |
committer | Alexei Starovoitov <ast@kernel.org> | Tue Apr 28 19:48:05 2020 -0700 |
tree | 4ed8683754c2b827cc591fc1a2d1dd164f910c5d | |
parent | 229bf8bf4d910510bc1a2fd0b89bd467cd71050d [diff] |
selftests/bpf: Fix memory leak in test selector Free test selector substrings, which were strdup()'ed. Fixes: b65053cd94f4 ("selftests/bpf: Add whitelist/blacklist of test names to test_progs") Signed-off-by: Andrii Nakryiko <andriin@fb.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org> Link: https://lore.kernel.org/bpf/20200429012111.277390-6-andriin@fb.com