nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at devShellTools-shell 36 lines 703 B view raw
1diff --git a/test/valgrind.supp b/test/valgrind.supp 2index c9d3d226..63af7bf9 100644 3--- a/test/valgrind.supp 4+++ b/test/valgrind.supp 5@@ -24,3 +24,31 @@ 6 fun:*Uri*Parse_UTF16_Std* 7 } 8 9+{ 10+ Suppress memcpy_chk valgrind report 5 11+ Memcheck:Overlap 12+ fun:__memcpy_chk 13+ fun:*dtoa_normal* 14+} 15+ 16+{ 17+ Suppress memcpy_chk valgrind report 6 18+ Memcheck:Overlap 19+ fun:__memcpy_chk 20+ fun:*dtoa_maxDecimalPlaces* 21+} 22+ 23+{ 24+ Suppress memcpy_chk valgrind report 7 25+ Memcheck:Overlap 26+ fun:__memcpy_chk 27+ ... 28+ fun:*Reader*ParseDoubleHandler* 29+} 30+ 31+{ 32+ Suppress memcpy_chk valgrind report 8 33+ Memcheck:Overlap 34+ fun:__memcpy_chk 35+ fun:*Reader*ParseNumber_NormalPrecisionError* 36+}