Simplify read delimiter to use empty string in fuzz harness loop · gitpython-developers/GitPython@d79c176 · GitHub
Skip to content

Commit d79c176

Browse files
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: #1901
1 parent 25f3600 commit d79c176

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fuzzing/oss-fuzz-scripts/build.sh

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)