1
0
mirror of https://github.com/clearml/dropbear synced 2025-02-25 21:28:52 +00:00

avoid fsanitize=address for fuzzing

This commit is contained in:
Matt Johnston 2018-03-01 23:47:46 +08:00
parent 26ad6853d2
commit 5bd0c0d25a

View File

@ -20,7 +20,10 @@ matrix:
- os: osx
compiler: clang
env: WEXTRAFLAGS=""
- env: DO_FUZZ=1 CONFIGURE_FLAGS="--enable-fuzz --disable-harden" EXTRACFLAGS=-fsanitize=address LDFLAGS=-fsanitize=address
# TODO: add -fsanitize=address
# TODO: fuzzing malloc wrapper doesn't replace free() in system libtomcrypt
- env: DO_FUZZ=1 CONFIGURE_FLAGS="--enable-fuzz --disable-harden --enable-bundled-libtom"
compiler: clang
# container-based builds