Add Valgrind suppression file to file list (GH #543)
parent
92436b9f9b
commit
c6c8dd3b32
|
|
@ -350,6 +350,7 @@ License.txt
|
||||||
Readme.txt
|
Readme.txt
|
||||||
Install.txt
|
Install.txt
|
||||||
Filelist.txt
|
Filelist.txt
|
||||||
|
cryptopp.supp
|
||||||
TestData/3desval.dat
|
TestData/3desval.dat
|
||||||
TestData/3wayval.dat
|
TestData/3wayval.dat
|
||||||
TestData/aria.dat
|
TestData/aria.dat
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,7 @@
|
||||||
|
# Valgrind suppression file
|
||||||
|
|
||||||
{
|
{
|
||||||
|
# https://github.com/weidai11/cryptopp/issues/543
|
||||||
__memcmp_sse4_1
|
__memcmp_sse4_1
|
||||||
Memcheck:Cond
|
Memcheck:Cond
|
||||||
fun:__memcmp_sse4_1
|
fun:__memcmp_sse4_1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue