Skip to content

Travis-CI + ASAN (nice to have) #267

@karel-m

Description

@karel-m

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions