Mercurial > dropbear
changeset 1699:ef57ead04987
merge
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 28 May 2020 22:52:01 +0800 |
parents | 93e738ef0d9d (diff) f966834f0f9c (current diff) |
children | 56f636f84bf5 |
files | |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libtommath/makefile_include.mk Thu May 28 22:50:41 2020 +0800 +++ b/libtommath/makefile_include.mk Thu May 28 22:52:01 2020 +0800 @@ -50,7 +50,8 @@ LTM_CFLAGS += -I./ -Wall -Wsign-compare -Wextra -Wshadow -ifdef SANITIZER +# renamed for Dropbear to avoid clash with oss-fuzz $SANITIZER var +ifdef LTM_SANITIZER LTM_CFLAGS += -fsanitize=undefined -fno-sanitize-recover=all -fno-sanitize=float-divide-by-zero endif