Re: [PATCH v2 bpf-next 00/11] Fix libbpf and selftest issues detected by ASAN

2020-04-28 Thread Alexei Starovoitov
On Tue, Apr 28, 2020 at 06:21:00PM -0700, Andrii Nakryiko wrote: > Add necessary infra to build selftests with ASAN (or any other sanitizer). Fix > a bunch of found memory leaks and other memory access issues. > > v1->v2: > - don't add ASAN flavor, but allow extra flags for build (Alexei); > -

[PATCH v2 bpf-next 00/11] Fix libbpf and selftest issues detected by ASAN

2020-04-28 Thread Andrii Nakryiko
Add necessary infra to build selftests with ASAN (or any other sanitizer). Fix a bunch of found memory leaks and other memory access issues. v1->v2: - don't add ASAN flavor, but allow extra flags for build (Alexei); - fix few more found issues, which somehow were missed first time. Andrii Nak