Skip to content

Commit

Permalink
ffmpeg: disable Centipede again (google#12290)
Browse files Browse the repository at this point in the history
It is not stable, there are multiple bus errors:

Step google#22 - "build-check-centipede-none-x86_64":
/usr/local/bin/run_fuzzer: line 227: 172132 Bus error (core dumped) bash
-c "$CMD_LINE"

Disable it for now, to let other recent changes take effect, we can
revisit it later.

Fixes: 0318a94
  • Loading branch information
kasper93 authored Jul 30, 2024
1 parent 828f9af commit 999f374
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion projects/ffmpeg/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ auto_ccs:
- "[email protected]"
fuzzing_engines:
- afl
- centipede
- honggfuzz
- libfuzzer
sanitizers:
Expand Down

0 comments on commit 999f374

Please sign in to comment.