From de4f88b4cb53733456bccafe85b945625e2475be Mon Sep 17 00:00:00 2001 From: Andrea Fioraldi Date: Fri, 21 Feb 2020 20:05:43 +0100 Subject: improve redqueen not looking in orig buf --- test/test-compcov.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/test-compcov.c') diff --git a/test/test-compcov.c b/test/test-compcov.c index 978d5551..b1711586 100644 --- a/test/test-compcov.c +++ b/test/test-compcov.c @@ -22,7 +22,9 @@ int main(int argc, char** argv) { strcat(buf, input); printf("This will only crash with libdislocator: %s\n", buf); return 0; - } else + } else if (*(unsigned int*)input == 0xabadcafe) + printf("GG you eat cmp tokens for breakfast!\n"); + else printf("I do not know your string\n"); return 0; -- cgit 1.4.1