{{ message }}
Commit d79c176
committed
Simplify read delimiter to use empty string in fuzz harness loop
Replaces the null character delimiter `-d $'\0'` with the simpler
empty string `-d ''` in the fuzzing harness build loop.
This changes leverages the Bash `read` builtin behavior to avoid
unnecessary complexity and improving script readability.
Based @EliahKagan's suggestion and feedback on:
#19011 parent 25f3600 commit d79c176
1 file changed
Lines changed: 1 addition & 1 deletion

0 commit comments