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 700514 - rtpmp4apay: clear config buffer before using it
rtpmp4apay: clear config buffer before using it
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 1.0.8
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-05-17 10:41 UTC by Michael Olbrich
Modified: 2013-05-18 10:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (910 bytes, patch)
2013-05-17 10:41 UTC, Michael Olbrich
committed Details | Review

Description Michael Olbrich 2013-05-17 10:41:38 UTC
Created attachment 244505 [details] [review]
patch

This is necessary because parts of the memory are only modified with "|="
Comment 1 Tim-Philipp Müller 2013-05-18 10:23:53 UTC
Thanks!


commit d1c56376d672b4209fa8162046ed764fa2892e87
Author: Michael Olbrich <m.olbrich@pengutronix.de>
Date:   Fri May 17 12:37:59 2013 +0200

    rtpmp4apay: clear config buffer before using it
    
    This is necessary because parts of the memory are only modified with "|="
    
    https://bugzilla.gnome.org/show_bug.cgi?id=700514