From 2e3f3375cae829e229839e85b631581af8699ccb Mon Sep 17 00:00:00 2001 From: Vincent Penquerc'h Date: Thu, 9 Apr 2015 13:19:49 +0100 Subject: [PATCH] suppressions: ignore an apparent bug in strtod A buffer overread. https://bugzilla.gnome.org/show_bug.cgi?id=747554 --- tests/check/gst-plugins-good.supp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tests/check/gst-plugins-good.supp b/tests/check/gst-plugins-good.supp index 0c41cc633d..e86794df45 100644 --- a/tests/check/gst-plugins-good.supp +++ b/tests/check/gst-plugins-good.supp @@ -134,3 +134,12 @@ fun:png_create_read_struct_2 fun:png_create_read_struct } + +{ + + Memcheck:Addr8 + fun:__GI___strncasecmp_l + fun:____strtod_l_internal + fun:gst_value_deserialize_double +} +