Fix memsan false positive on Linux >= 3.17
This commit is contained in:
parent
acdb9b9525
commit
1e77a96683
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue