Merge branch 'malloc_enforce' into 'master'

Raise warning level on malloc to catch double frees earlier.

See merge request openconnect/ocserv!227
This commit is contained in:
Alan Jowett
2020-10-09 16:23:15 +00:00

View File

@@ -91,6 +91,7 @@ Ubuntu20.04:
- autoreconf -fvi
- ./configure --without-nuttcp-tests --enable-oidc-auth --enable-latency-stats
- make -j$JOBS
- export MALLOC_CHECK_=3
- make check -j$JOBS
tags:
- shared