diff --git a/ChangeLog b/ChangeLog index 7b5619a92..91a30e66a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,7 +12,7 @@ * src/tools/ftfuzzer/ftfuzzer.cc: Include `stdlib.h' for `rand'. (Random): Small class to provide n randomly selected numbers - (without repitition) out of the value set [0,N]. + (without repitition) out of the value set [1,N]. (LLVMFuzzerTestOneInput): Use it to test only up to 10 bitmap strikes.