|
|
@@ -37,7 +37,9 @@ jobs: |
|
|
|
uses: actions/upload-artifact@v4 |
|
|
|
with: |
|
|
|
name: crash-${{ matrix.arch }}-${{ inputs.lang }}.1 |
|
|
|
path: crash-* timeout-* |
|
|
|
path: | |
|
|
|
crash-* |
|
|
|
timeout-* |
|
|
|
- name: Fuzz function synth_espeak() with language-specific input |
|
|
|
run: cp dictsource/${{ inputs.lang }}_* tests/fuzzing/CORPUS_DIR/ || true ; FUZZ_VOICE=${{ inputs.lang }} tests/fuzzing/synth_fuzzer.test -seed=1 -runs=10000 -max_len=4096 tests/fuzzing/CORPUS_DIR |
|
|
|
- name: Store the crash POC |
|
|
@@ -45,5 +47,7 @@ jobs: |
|
|
|
uses: actions/upload-artifact@v4 |
|
|
|
with: |
|
|
|
name: crash-${{ matrix.arch }}-${{ inputs.lang }}.2 |
|
|
|
path: crash-* timeout-* |
|
|
|
path: | |
|
|
|
crash-* |
|
|
|
timeout-* |
|
|
|
|