diff options
author | Vineeth TM <vineeth.tm@samsung.com> | 2015-08-05 13:40:52 +0900 |
---|---|---|
committer | Thibault Saunier <tsaunier@gnome.org> | 2015-11-11 10:12:25 +0100 |
commit | 1e76d905aebf0f8b8a5f4493cd8468141f5f3417 (patch) | |
tree | 97e1e332b7f723c77ea27784567fb09d9f7adf88 | |
parent | 8899fd8dd1e848345c8e1399187f03b7008aa4af (diff) |
validate: suppression: suppress 'uninitialised value of size 4' in aacdec
Suppress this error, until the logic in libav is fixed.
https://bugzilla.gnome.org/show_bug.cgi?id=753268
-rw-r--r-- | validate/data/gstvalidate.supp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/validate/data/gstvalidate.supp b/validate/data/gstvalidate.supp index e8562d1..e62ccf2 100644 --- a/validate/data/gstvalidate.supp +++ b/validate/data/gstvalidate.supp @@ -69,6 +69,15 @@ fun:aac_decode_frame } +# PENDING: https://bugzilla.gnome.org/show_bug.cgi?id=752989 +{ + https://bugzilla.gnome.org/show_bug.cgi?id=752989 + Memcheck:Value4 + ... + fun:aac_decode_frame_int + fun:aac_decode_frame +} + # PENDING: https://bugs.freedesktop.org/show_bug.cgi?id=90194 { https://bugs.freedesktop.org/show_bug.cgi?id=90194 |