Skip to content

Add sample image to fuzz testing corpus to help prevent buffer overflow when parsing region mask #378

Add sample image to fuzz testing corpus to help prevent buffer overflow when parsing region mask

Add sample image to fuzz testing corpus to help prevent buffer overflow when parsing region mask #378

Workflow file for this run

name: CIFuzz
on: [pull_request]
jobs:
Fuzzing:
runs-on: ubuntu-20.04
steps:
- name: Build Fuzzers
id: build
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
with:
oss-fuzz-project-name: 'libheif'
dry-run: false
- name: Run Fuzzers
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
with:
oss-fuzz-project-name: 'libheif'
fuzz-seconds: 600
dry-run: false
- name: Upload Crash
uses: actions/upload-artifact@v3
if: failure() && steps.build.outcome == 'success'
with:
name: artifacts
path: ./out/artifacts