Unverified Commit 16ae493f authored by Peter Rong's avatar Peter Rong Committed by GitHub
Browse files

[FuzzMutate] Only use undef when explictly asked to (#84959)

Per discussion in https://github.com/SecurityLab-UCD/IRFuzzer/issues/49

,
generating undef during fuzzing seems to be less fruitful. Let's
eliminate undef in favor of poison unless the user explicitly asked for
it.

Signed-off-by: default avatarPeter Rong <PeterRong96@gmail.com>
parent c1ac9a09
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment