After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 753268 - validate: suppression: suppress "uninitialised value of size 4" in aacdec
validate: suppression: suppress "uninitialised value of size 4" in aacdec
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-devtools
git master
Other Linux
: Normal normal
: 1.7.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-08-05 04:38 UTC by Vineeth
Modified: 2015-11-11 09:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
add suppression. (1002 bytes, patch)
2015-08-05 04:41 UTC, Vineeth
committed Details | Review

Description Vineeth 2015-08-05 04:38:57 UTC
While running aac files using valgrind, we get 
"uninitialised value of size 4" errors.
An issue is raised for this.
https://bugzilla.gnome.org/show_bug.cgi?id=752989
This seems to be similar to 
https://bugzilla.gnome.org/show_bug.cgi?id=747110

but the suppression added for that bug does not work for this.
Hence adding suppression for this as well.
Comment 1 Vineeth 2015-08-05 04:41:54 UTC
Created attachment 308762 [details] [review]
add suppression.
Comment 2 Vineeth 2015-11-11 00:34:35 UTC
ping :)
Comment 3 Thibault Saunier 2015-11-11 08:58:49 UTC
Review of attachment 308762 [details] [review]:

OK