Details
Details
- Reviewers
michaelrj sivachandra lntue
Diff Detail
Diff Detail
Event Timeline
libc/fuzzing/string/strcspn_fuzz.cpp | ||
---|---|---|
23 | afaik it's best practice to use a segment of the data passed to the fuzzer if you need a random number, so that the test is more repeatable. For an example you can see how the base is selected in strtointeger_fuzz.cpp. |
afaik it's best practice to use a segment of the data passed to the fuzzer if you need a random number, so that the test is more repeatable. For an example you can see how the base is selected in strtointeger_fuzz.cpp.