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:
gitpython-developers#19011 parent 25f3600 commit d79c176
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments