Skip to content

Fix null pointer dereference on failed memory reallocation #55

Fix null pointer dereference on failed memory reallocation

Fix null pointer dereference on failed memory reallocation #55

Workflow file for this run

name: test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: make all
run: make
- name: test
run: ./sds-test