commit | 1e77a966836acde5d07282db23f03d2f6b388759 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Jan 26 14:11:51 2015 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Jan 26 16:44:37 2015 +0000 |
tree | 5bd8d17b4763f908f4ccc5051ac2f3cb8f517e96 | |
parent | acdb9b95250c232e719b13df1e56d72f71904b8c [diff] [blame] |
Fix memsan false positive on Linux >= 3.17
diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 77e2e47..790af5b 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh
@@ -134,6 +134,7 @@ 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