suppressions: ignore an apparent bug in strtod
authorVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Thu, 9 Apr 2015 12:19:49 +0000 (13:19 +0100)
committerVincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Wed, 15 Apr 2015 17:00:00 +0000 (18:00 +0100)
A buffer overread.

https://bugzilla.gnome.org/show_bug.cgi?id=747554

tests/check/gst-plugins-good.supp

index 0c41cc6..e86794d 100644 (file)
    fun:png_create_read_struct_2
    fun:png_create_read_struct
 }
+
+{
+   <apparent strtod bug when trying to parse "infinity" from "interleaved">
+   Memcheck:Addr8
+   fun:__GI___strncasecmp_l
+   fun:____strtod_l_internal
+   fun:gst_value_deserialize_double
+}
+