# HG changeset patch # User Matt Johnston # Date 1590677521 -28800 # Node ID ef57ead0498747fbb9235d1248b786db96e1cdf2 # Parent 93e738ef0d9d70005fa159c545641874c452b9d1# Parent f966834f0f9ce63d742172579b5f83e402d04740 merge diff -r f966834f0f9c -r ef57ead04987 libtommath/makefile_include.mk --- 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