From 1e76d905aebf0f8b8a5f4493cd8468141f5f3417 Mon Sep 17 00:00:00 2001 From: Vineeth TM Date: Wed, 5 Aug 2015 13:40:52 +0900 Subject: [PATCH] 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 --- validate/data/gstvalidate.supp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/validate/data/gstvalidate.supp b/validate/data/gstvalidate.supp index e8562d1a26..e62ccf2f06 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