summaryrefslogtreecommitdiffstats
path: root/fuzzer.c
diff options
context:
space:
mode:
Diffstat (limited to 'fuzzer.c')
-rw-r--r--fuzzer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fuzzer.c b/fuzzer.c
index 3f61056..c8bb5d9 100644
--- a/fuzzer.c
+++ b/fuzzer.c
@@ -99,7 +99,7 @@ int FUZ_SecurityTest()
char* input;
int i, r;
- printf("Starting overflow tests (issue 52)...");
+ printf("Overflow test (issue 52)...");
input = (char*) malloc (20<<20);
output = (char*) malloc (20<<20);
input[0] = 0x0F;