Skip to content

✅ check for integer overflow before allocation #3

✅ check for integer overflow before allocation

✅ check for integer overflow before allocation #3

Workflow file for this run

---
name: tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout-scm
uses: actions/checkout@v4
- name: setup
run: sudo apt install gcc make
- name: test
run: make test