lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 27 Apr 2020 21:46:22 -0700
From:   Andrii Nakryiko <andriin@...com>
To:     <bpf@...r.kernel.org>, <netdev@...r.kernel.org>, <ast@...com>,
        <daniel@...earbox.net>
CC:     <andrii.nakryiko@...il.com>, <kernel-team@...com>,
        Andrii Nakryiko <andriin@...com>
Subject: [PATCH bpf-next 0/6] Add ASAN to selftest and fix found problems

Add ASAN flavor for test_progs and fix all found memory leaks and other memory
use problems.

Andrii Nakryiko (6):
  selftests/bpf: ensure test flavors use correct skeletons
  selftests/bpf: add test_progs-asan flavor with AddressSantizer
  selftests/bpf: convert test_hashmap into test_progs test
  libbpf: fix memory leak and possible double-free in hashmap__clear
  selftests/bpf: fix memory leak in test selector
  selftests/bpf: fix memory leak in extract_build_id()

 tools/lib/bpf/hashmap.c                       |   7 +
 tools/testing/selftests/bpf/.gitignore        |   3 +-
 tools/testing/selftests/bpf/Makefile          |  20 +-
 .../{test_hashmap.c => prog_tests/hashmap.c}  | 280 +++++++++---------
 tools/testing/selftests/bpf/test_progs.c      |  21 +-
 5 files changed, 179 insertions(+), 152 deletions(-)
 rename tools/testing/selftests/bpf/{test_hashmap.c => prog_tests/hashmap.c} (53%)

-- 
2.24.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ