tests: add an lldp fuzzer
authorEvgeny Vereshchagin <evvers@ya.ru>
Mon, 29 Oct 2018 15:24:16 +0000 (15:24 +0000)
committerEvgeny Vereshchagin <evvers@ya.ru>
Mon, 29 Oct 2018 15:24:16 +0000 (15:24 +0000)
commit28ffcec2cb2e32ceee1f181a3df3cf94bf19c70c
tree0e2ea6ad2718e0a6b146282fa4d0c6d6b1b2a0fa
parente0f768c356ff633f4f7210563abddb59bc37b909
tests: add an lldp fuzzer

I went through my antique collection of fuzzers the other day
to see which ones I hadn't sent upstream yet. This one
seems to be nice to have and ready to be merged. As far as I can
tell, it hasn't managed to find anything useful yet,
but it's better to be safe than sorry especially when it comes to networking
code :-)
src/fuzz/fuzz-lldp.c [new file with mode: 0644]
src/fuzz/meson.build
test/fuzz/fuzz-lldp/basic [new file with mode: 0644]
test/fuzz/fuzz-lldp/incomplete [new file with mode: 0644]
test/fuzz/fuzz-lldp/oui [new file with mode: 0644]