From 30ae78c24e05337e6005803c936c8f3388f21293 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Mon, 9 Nov 2020 00:00:42 +0100 Subject: [PATCH] Update testing.md --- doc/testing.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/testing.md b/doc/testing.md index 20a2311..c018bd0 100644 --- a/doc/testing.md +++ b/doc/testing.md @@ -8,8 +8,6 @@ The [file](id_000000_00_EXCEPTION_ACCESS_VIOLATION.caff) which caused the progra ![Output of ALF](afl.png) # Valgrind -We used the file generated by AFL during testing with valgrind. +We used the file generated by AFL and the CAFF files available to us 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. \ No newline at end of file +Valgrind found no error.