about summary refs log tree commit diff
path: root/utils/qemu_persistent_hook/test.c
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2021-01-04 15:17:39 +0100
committerhexcoder- <heiko@hexco.de>2021-01-04 15:17:39 +0100
commit5cdbfeef4a84b9dc2e5f8e88ee018c6c6e72fa44 (patch)
treea31794b40b9b0400aaa15c994f5f77f86fe7123f /utils/qemu_persistent_hook/test.c
parent33a7d6f1688856c050b0ac71ac1df4018e4d531c (diff)
downloadafl++-5cdbfeef4a84b9dc2e5f8e88ee018c6c6e72fa44.tar.gz
Revert "code cleanups (from cppcheck)"
This reverts commit 33a7d6f1688856c050b0ac71ac1df4018e4d531c.
Diffstat (limited to 'utils/qemu_persistent_hook/test.c')
-rw-r--r--utils/qemu_persistent_hook/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/qemu_persistent_hook/test.c b/utils/qemu_persistent_hook/test.c
index a0e815dc..afeff202 100644
--- a/utils/qemu_persistent_hook/test.c
+++ b/utils/qemu_persistent_hook/test.c
@@ -2,7 +2,7 @@
 
 int target_func(unsigned char *buf, int size) {
 
-  printf("buffer:%p, size:%d\n", buf, size);
+  printf("buffer:%p, size:%p\n", buf, size);
   switch (buf[0]) {
 
     case 1: