Add fuzzing of utility functions
authorPetr Štetiar <ynezz@true.cz>
Sun, 11 Oct 2020 11:21:16 +0000 (13:21 +0200)
committerPetr Štetiar <ynezz@true.cz>
Tue, 27 Oct 2020 22:03:04 +0000 (23:03 +0100)
commited8ce0d5d28b745cfe9b2eda0d70f9ce4b147092
treed1c4b1e8d89a940e7f9f684de0dc9d439249aea2
parenta615818198005732f587c09d43cc7f0540a52043
Add fuzzing of utility functions

Thus increase fuzzing coverage.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
tests/CMakeLists.txt
tests/fuzz/CMakeLists.txt [new file with mode: 0644]
tests/fuzz/corpus/58668e7669fd564d99db5d581fcdb6a5618440b5 [new file with mode: 0644]
tests/fuzz/corpus/5ba93c9db0cff93f52b521d7420e43f6eda2784f [new file with mode: 0644]
tests/fuzz/corpus/adc83b19e793491b1c6ea0fd8b46cd9f32e592fc [new file with mode: 0644]
tests/fuzz/test-fuzz.c [new file with mode: 0644]
util.c
util.h