Since we're casting from double to size_t during input selection, we
really want a discrete distribution over size_t rather than a piecewise
distribution over doubles.
Details
Details
Diff Detail
Diff Detail
- Repository
- rCRT Compiler Runtime
Differential D50356
[libFuzzer] Use std::discrete_distribution for input selection. ClosedPublic Authored by morehouse on Aug 6 2018, 12:54 PM.
Details Summary Since we're casting from double to size_t during input selection, we
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 16 2018, 3:31 PM Closed by commit rCRT339973: [libFuzzer] Use std::discrete_distribution for input selection. (authored by morehouse). · Explain WhyAug 16 2018, 5:14 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 161146 lib/fuzzer/FuzzerCorpus.h
|