suppressions: ignore an apparent bug in strtod

A buffer overread.

https://bugzilla.gnome.org/show_bug.cgi?id=747554
This commit is contained in:
Vincent Penquerc'h 2015-04-09 13:19:49 +01:00
parent 97c03449a4
commit 2e3f3375ca

View file

@ -134,3 +134,12 @@
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
}