1 parent 6f2dad1 commit cb45243Copy full SHA for cb45243
2 files changed
.clusterfuzzlite/project.yaml
@@ -7,7 +7,6 @@ auto_ccs:
7
sanitizers:
8
- address
9
- memory
10
- - undefined
11
fuzzing_engines:
12
- afl
13
- honggfuzz
.github/workflows/cifuzz.yml
@@ -17,7 +17,7 @@ jobs:
17
strategy:
18
fail-fast: false
19
matrix:
20
- sanitizer: [address, undefined]
+ sanitizer: [address]
21
steps:
22
- name: Clear unnecessary files
23
run: |
0 commit comments