Collin Funk wrote: > $ ./configure CFLAGS='-fsanitize=address,undefined' && make check
The CI uses these environment variables: export CC="clang -fsanitize=address,undefined,signed-integer-overflow,shift,integer-divide-by-zero -fno-sanitize-recover=undefined" export CFLAGS="-O0 -fno-omit-frame-pointer -ggdb" export ASAN_OPTIONS="detect_leaks=0 abort_on_error=1 allocator_may_return_null=1" Bruno
