Before this change, MutateWithMask used to assert that Mask should be
of sufficient length (>= Size of the input). However, in real cases we may have
inputs that are longer than the Mask they have inherited from the based inputs.
Details
Details
- Reviewers
kcc morehouse - Commits
- rGbcb93a35c02f: [libFuzzer] Make MutateWithMask work when the Mask is shorter than the input.
rL358207: [libFuzzer] Make MutateWithMask work when the Mask is shorter than the input.
rCRT358207: [libFuzzer] Make MutateWithMask work when the Mask is shorter than the input.
Diff Detail
Diff Detail
- Repository
- rCRT Compiler Runtime