]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
add fuzzer for string parsers
authorAlan T. DeKok <aland@freeradius.org>
Thu, 14 Oct 2021 14:07:04 +0000 (10:07 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 14 Oct 2021 14:12:36 +0000 (10:12 -0400)
commitba2f3dee0817ba6caa4b94bc1484f0d465df08a7
tree8e414260fe56ab3c72c08a1571081f6316552987
parent5f08683bd016fb4a96f5fc89496683f6896d1961
add fuzzer for string parsers

we know things will likely crash because some string parsers
don't respect "end".  But it already caught some issues.
src/bin/all.mk
src/lib/util/fuzzer.c [new file with mode: 0644]
src/lib/util/libfreeradius-util.mk
src/tests/fuzzer-corpus/util.tar [new file with mode: 0644]