mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-18 07:19:07 +08:00
This simplifies local reproduction of fuzzer reported errors. E.g. the following sequence of commands would execute much faster on a second run: $ SKIP_LIBELF_REBUILD=1 scripts/build-fuzzers.sh $ out/bpf-object-fuzzer <path-to-test-case> Signed-off-by: Eduard Zingerman <eddyz87@gmail.com>