caff-previewer/doc/testing.md
2020-11-09 00:00:42 +01:00

540 B

Testing of CAFF Previewer

AFL

Fuzz testing was conducted using WinAFL, the Windows adaptation of AFL. This test during the several hours it ran in four threads paralelly only found one test case which caused the program to crash.

The file which caused the program to crash can be found next to this in the doc directory.

Output of ALF

Valgrind

We used the file generated by AFL and the CAFF files available to us during testing with valgrind.

Valgrind found no error.