This commit is contained in:
Werner Lemberg 2016-12-30 10:07:23 +01:00
parent 6b21d1281e
commit c9de4bf6ba
1 changed files with 1 additions and 1 deletions

View File

@ -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.