Skip to content

fix buffer overflow for trim() with image wider than high #363

fix buffer overflow for trim() with image wider than high

fix buffer overflow for trim() with image wider than high #363

Workflow file for this run

name: test-macosx
on:
push:
branches:
- '**'
tags-ignore:
- '*'
pull_request:
jobs:
perl:
runs-on: macos-latest
timeout-minutes: 15
steps:
- name: checkout
uses: actions/checkout@v4
- name: install dependencies
run: |
brew update ||:
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install perl giflib libjpeg-turbo libtiff freetype libpng
- name: configure
run: |
perl Makefile.PL
- name: build
run: |
make -j2
- name: test
run: |
HARNESS_OPTIONS=j2 make test