Fix memsan false positive on Linux >= 3.17

This commit is contained in:
Manuel Pégourié-Gonnard 2015-01-26 14:11:51 +01:00
parent acdb9b9525
commit 1e77a96683

View file

@ -134,6 +134,7 @@ msg "build: MSan (clang)" # ~ 1 min 20s
cleanup
cp "$CONFIG_H" "$CONFIG_BAK"
scripts/config.pl unset POLARSSL_AESNI_C # memsan doesn't grok asm
scripts/config.pl set POLARSSL_NO_PLATFORM_ENTROPY # memsan vs getrandom()
CC=clang cmake -D CMAKE_BUILD_TYPE:String=MemSan .
make