Update testing documentation

This commit is contained in:
Ficsor Attila 2020-11-08 23:56:38 +01:00
parent 2721833cca
commit becc8989c6

View File

@ -9,3 +9,7 @@ The [file](id_000000_00_EXCEPTION_ACCESS_VIOLATION.caff) which caused the progra
# Valgrind
We used the file generated by AFL during testing with valgrind.
The error reported by valgrind was the following: Invalid read of size 1
This means that the memory location the process was trying to read from is outside of the memory addresses available to the process.