Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / development / libraries / rapidjson / 0001-unstable-valgrind-suppress-failures.patch
blobdd06ba6a697113192af1126fa978a49157bc6fc3
1 diff --git a/test/valgrind.supp b/test/valgrind.supp
2 index c9d3d226..63af7bf9 100644
3 --- a/test/valgrind.supp
4 +++ b/test/valgrind.supp
5 @@ -24,3 +24,31 @@
6 fun:*Uri*Parse_UTF16_Std*
9 +{
10 + Suppress memcpy_chk valgrind report 5
11 + Memcheck:Overlap
12 + fun:__memcpy_chk
13 + fun:*dtoa_normal*
17 + Suppress memcpy_chk valgrind report 6
18 + Memcheck:Overlap
19 + fun:__memcpy_chk
20 + fun:*dtoa_maxDecimalPlaces*
24 + Suppress memcpy_chk valgrind report 7
25 + Memcheck:Overlap
26 + fun:__memcpy_chk
27 + ...
28 + fun:*Reader*ParseDoubleHandler*
32 + Suppress memcpy_chk valgrind report 8
33 + Memcheck:Overlap
34 + fun:__memcpy_chk
35 + fun:*Reader*ParseNumber_NormalPrecisionError*