mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-02-05 18:50:06 +08:00
Check for mismatched mosquitto_malloc / free calls.
This commit is contained in:
4
.github/workflows/mosquitto-make.yml
vendored
4
.github/workflows/mosquitto-make.yml
vendored
@@ -40,8 +40,8 @@ jobs:
|
||||
submodules: 'true'
|
||||
-
|
||||
name: make
|
||||
run: make
|
||||
run: make ALLOC_MISMATCH_ABORT=yes
|
||||
-
|
||||
name: make test
|
||||
run: |
|
||||
make ptest
|
||||
make ALLOC_MISMATCH_ABORT=yes ptest
|
||||
|
||||
Reference in New Issue
Block a user