Mercurial > dropbear
changeset 1570:67cb1983500b
avoid fsanitize=address for fuzzing
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 01 Mar 2018 23:47:46 +0800 |
parents | c42e8ff42bd1 |
children | d4efb7801fcd |
files | .travis.yml |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.travis.yml Thu Mar 01 23:46:24 2018 +0800 +++ b/.travis.yml Thu Mar 01 23:47:46 2018 +0800 @@ -20,7 +20,10 @@ - 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