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