mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
suppressions: ignore an apparent bug in strtod
A buffer overread. https://bugzilla.gnome.org/show_bug.cgi?id=747554
This commit is contained in:
parent
97c03449a4
commit
2e3f3375ca
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue