diff --git a/.clusterfuzzlite/project.yaml b/.clusterfuzzlite/project.yaml index 2606abaaee..45a3de1f00 100644 --- a/.clusterfuzzlite/project.yaml +++ b/.clusterfuzzlite/project.yaml @@ -7,7 +7,6 @@ auto_ccs: sanitizers: - address - memory - - undefined fuzzing_engines: - afl - honggfuzz diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index 6a699d8e8d..34ac556c91 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - sanitizer: [address, undefined] + sanitizer: [address] steps: - name: Clear unnecessary files run: |