]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - misc/Makefile.in
Add a program to test images provided by UBSAN fuzzing reports
authorTheodore Ts'o <tytso@mit.edu>
Sat, 23 Nov 2019 04:27:47 +0000 (23:27 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 23 Nov 2019 04:27:47 +0000 (23:27 -0500)
commitbb7a3dc25120d54b29f47972c8ff46d663a9c1ca
treec0ae62f7e323e329cfa4dc35f9eb49b593795d8a
parent612296d63ec81de5498e8a6d72b0a87f9ace616e
Add a program to test images provided by UBSAN fuzzing reports

This program calls a few ext2fs library functions used by the current
generation of libext2fs fuzzers, and is helpful in reproducing UBSAN
failures reported externally.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/Makefile.in
misc/check_fuzzer.c [new file with mode: 0644]