diff options
-rw-r--r-- | examples/aflpp_driver/aflpp_driver_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/aflpp_driver/aflpp_driver_test.c b/examples/aflpp_driver/aflpp_driver_test.c index 020fb517..b4ff6bc6 100644 --- a/examples/aflpp_driver/aflpp_driver_test.c +++ b/examples/aflpp_driver/aflpp_driver_test.c @@ -6,7 +6,7 @@ void __attribute__((noinline)) crashme(const uint8_t *Data, size_t Size) { - if (Size < 5); + if (Size < 5) return; if (Data[0] == 'F') if (Data[1] == 'A') |