Skip to content

Commit c6c8dd3

Browse files
committed
Add Valgrind suppression file to file list (GH weidai11#543)
1 parent 92436b9 commit c6c8dd3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Filelist.txt

+1
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@ License.txt
350350
Readme.txt
351351
Install.txt
352352
Filelist.txt
353+
cryptopp.supp
353354
TestData/3desval.dat
354355
TestData/3wayval.dat
355356
TestData/aria.dat

cryptopp.supp

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1+
# Valgrind suppression file
2+
13
{
4+
# https://github.com/weidai11/cryptopp/issues/543
25
__memcmp_sse4_1
36
Memcheck:Cond
47
fun:__memcmp_sse4_1

0 commit comments

Comments
 (0)