mirror of
https://gitee.com/openharmony/third_party_libbpf
synced 2024-12-04 00:52:46 +00:00
393a058d06
It should make it easier to start using CFLite or something like that to fuzz libbpf without getting pointless CVEs :-) More importantly, now it's possible to build the fuzzer by just cloning the repository, installing clang and running `./scripts/build-fuzzers.h`: ``` git clone https://github.com/libbpf/libbpf ./scripts/build-fuzzers.h unzip -d CORPUS fuzz/bpf-object-fuzzer_seed_corpus.zip ./out/bpf-object-fuzzer CORPUS ``` It should make it easier (for me at least) to report some elfutils bugs because they are much easier to reproduce manually now. |
||
---|---|---|
.. | ||
bpf-object-fuzzer_seed_corpus.zip | ||
bpf-object-fuzzer.c |