Skip to content

add a fuzzer with random allocation failures

Janne Grunau requested to merge janne/dav1d:malloc_fail into master

The allocation failure fuzzer depends on posix_memalign (because I'm lazy) and a linker supporting '--wrap' to wrap arbitrary symbols.

Edited by Janne Grunau

Merge request reports