Commit bf09c2c
authored
Wait for background process end in libfuzzer workflow (#10177)
We have to ensure the background fuzzer processes have finished before
inspecting the resulting fuzzing corpus, otherwise there can be errors
because of concurrent modification of files.1 parent 2a99f01 commit bf09c2c
1 file changed
Lines changed: 10 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
259 | 269 | | |
260 | 270 | | |
261 | 271 | | |
| |||
281 | 291 | | |
282 | 292 | | |
283 | 293 | | |
284 | | - | |
285 | | - | |
286 | | - | |
287 | 294 | | |
288 | 295 | | |
289 | 296 | | |
| |||
0 commit comments