From d1f1fab18535354246a0eddab6b507a97a5afe83 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 27 Apr 2015 15:14:10 +0200 Subject: [PATCH] validate: ignore invalid read from libav aac decoding Reviewers: thiblahute Differential Revision: http://phabricator.freedesktop.org/D133 --- validate/data/gstvalidate.supp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/validate/data/gstvalidate.supp b/validate/data/gstvalidate.supp index 3334dc52f5..21adffd942 100644 --- a/validate/data/gstvalidate.supp +++ b/validate/data/gstvalidate.supp @@ -70,3 +70,12 @@ Memcheck:Value8 obj:/usr/lib64/libvpx.so* } + +# PENDING: https://bugzilla.gnome.org/show_bug.cgi?id=747110 +{ + https://bugzilla.gnome.org/show_bug.cgi?id=747110 + Memcheck:Addr4 + ... + fun:aac_decode_frame_int + fun:aac_decode_frame +}