2c76a4cb41
GitOrigin-RevId: c757e9bd77b16ca2e03c89bf8bc9ecb28e0c06ad
36 lines
703 B
Diff
36 lines
703 B
Diff
diff --git a/test/valgrind.supp b/test/valgrind.supp
|
|
index c9d3d226..63af7bf9 100644
|
|
--- a/test/valgrind.supp
|
|
+++ b/test/valgrind.supp
|
|
@@ -24,3 +24,31 @@
|
|
fun:*Uri*Parse_UTF16_Std*
|
|
}
|
|
|
|
+{
|
|
+ Suppress memcpy_chk valgrind report 5
|
|
+ Memcheck:Overlap
|
|
+ fun:__memcpy_chk
|
|
+ fun:*dtoa_normal*
|
|
+}
|
|
+
|
|
+{
|
|
+ Suppress memcpy_chk valgrind report 6
|
|
+ Memcheck:Overlap
|
|
+ fun:__memcpy_chk
|
|
+ fun:*dtoa_maxDecimalPlaces*
|
|
+}
|
|
+
|
|
+{
|
|
+ Suppress memcpy_chk valgrind report 7
|
|
+ Memcheck:Overlap
|
|
+ fun:__memcpy_chk
|
|
+ ...
|
|
+ fun:*Reader*ParseDoubleHandler*
|
|
+}
|
|
+
|
|
+{
|
|
+ Suppress memcpy_chk valgrind report 8
|
|
+ Memcheck:Overlap
|
|
+ fun:__memcpy_chk
|
|
+ fun:*Reader*ParseNumber_NormalPrecisionError*
|
|
+}
|