Merge branch 'test_progs-asan'
authorAlexei Starovoitov <ast@kernel.org>
Wed, 29 Apr 2020 02:48:06 +0000 (19:48 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Wed, 29 Apr 2020 02:51:33 +0000 (19:51 -0700)
Andrii Nakryiko says:

====================
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.
====================

Signed-off-by: Alexei Starovoitov <ast@kernel.org>

Trivial merge