]> git.ipfire.org Git - thirdparty/lldpd.git/commit
[Fuzzing] updates for oss-fuzz Ideal integration 584/head
authorArjun Singh <ajsinghyadav00@gmail.com>
Sat, 27 May 2023 15:52:12 +0000 (21:22 +0530)
committerArjun Singh <ajsinghyadav00@gmail.com>
Tue, 30 May 2023 15:45:37 +0000 (21:15 +0530)
commit261f3af454d1a26ad3094bc7789def82222bfa19
tree1c437188de7564813e823b03409331020c9aedff
parentd339ab60ef2aa97c89a2d6be0c8060677a94fc82
[Fuzzing] updates for oss-fuzz Ideal integration

Signed-off-by: Arjun Singh <ajsinghyadav00@gmail.com>
23 files changed:
README.md
configure.ac
src/daemon/protocols/edp.c
tests/Makefile.am
tests/decode.c
tests/fuzz_cdp.c [new file with mode: 0644]
tests/fuzz_edp.c [new file with mode: 0644]
tests/fuzz_lldp.c [new file with mode: 0644]
tests/fuzz_sonmp.c [new file with mode: 0644]
tests/fuzzing_seed_corpus/fuzz_cdp_seed_corpus/cdp.0.raw [moved from tests/fuzzer/seed-corpus/cdp.0.raw with 100% similarity]
tests/fuzzing_seed_corpus/fuzz_cdp_seed_corpus/cdp.1.raw [moved from tests/fuzzer/seed-corpus/cdp.1.raw with 100% similarity]
tests/fuzzing_seed_corpus/fuzz_cdp_seed_corpus/cdp.2.raw [moved from tests/fuzzer/seed-corpus/cdp.2.raw with 100% similarity]
tests/fuzzing_seed_corpus/fuzz_cdp_seed_corpus/cdp.3.raw [moved from tests/fuzzer/seed-corpus/cdp.3.raw with 100% similarity]
tests/fuzzing_seed_corpus/fuzz_edp_seed_corpus/edp.0.raw [moved from tests/fuzzer/seed-corpus/edp.0.raw with 100% similarity]
tests/fuzzing_seed_corpus/fuzz_edp_seed_corpus/edp.1.raw [moved from tests/fuzzer/seed-corpus/edp.1.raw with 100% similarity]
tests/fuzzing_seed_corpus/fuzz_edp_seed_corpus/edp.2.raw [moved from tests/fuzzer/seed-corpus/edp.2.raw with 100% similarity]
tests/fuzzing_seed_corpus/fuzz_edp_seed_corpus/edp.3.raw [moved from tests/fuzzer/seed-corpus/edp.3.raw with 100% similarity]
tests/fuzzing_seed_corpus/fuzz_edp_seed_corpus/edp.4.raw [moved from tests/fuzzer/seed-corpus/edp.4.raw with 100% similarity]
tests/fuzzing_seed_corpus/fuzz_lldp_seed_corpus/lldp.0.raw [moved from tests/fuzzer/seed-corpus/lldp.0.raw with 100% similarity]
tests/fuzzing_seed_corpus/fuzz_lldp_seed_corpus/lldp.1.raw [moved from tests/fuzzer/seed-corpus/lldp.1.raw with 100% similarity]
tests/fuzzing_seed_corpus/fuzz_sonmp_seed_corpus/sonmp.0.raw [moved from tests/fuzzer/seed-corpus/sonmp.0.raw with 100% similarity]
tests/fuzzing_seed_corpus/fuzz_sonmp_seed_corpus/sonmp.1.raw [moved from tests/fuzzer/seed-corpus/sonmp.1.raw with 100% similarity]
tests/fuzzing_seed_corpus/fuzz_sonmp_seed_corpus/sonmp.2.raw [moved from tests/fuzzer/seed-corpus/sonmp.2.raw with 100% similarity]