Skip to content

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

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 #1345

Workflow file for this run

name: mingw
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
mingw:
strategy:
matrix:
env:
- { MINGW: 32 }
- { MINGW: 64 }
env: ${{ matrix.env }}
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
./scripts/install-ci-linux.sh
- name: Prepare CI
run: |
./scripts/prepare-ci.sh
- name: Run tests
run: |
./scripts/run-ci.sh