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:
parent
26ad6853d2
commit
5bd0c0d25a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user