-
Notifications
You must be signed in to change notification settings - Fork 485
Closed
Description
It might be worth considering to add AddressSanitizer check to our Travis-CI.
Manually you can run it like:
make -f makefile.unix clean
make -f makefile.unix CC=clang CFLAGS="-O1 -g -fsanitize=address -fno-omit-frame-pointer -DUSE_LTM -DLTM_DESC -I../libtommath" EXTRALIBS=../libtommath/libtommath.a all
ASAN_OPTIONS=verbosity=1 ./test
Good news: currently the latest branch release/1.18.0 does not report any ASAN findings during ./test.