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 699470 - dmabuf: handle mmap failure
dmabuf: handle mmap failure
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal enhancement
: 1.1.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-05-02 13:42 UTC by Michael Olbrich
Modified: 2013-05-03 09:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.04 KB, patch)
2013-05-02 13:42 UTC, Michael Olbrich
committed Details | Review

Description Michael Olbrich 2013-05-02 13:42:29 UTC
Created attachment 243055 [details] [review]
patch

Otherwise gstreamer may segfault trying to access MAP_FAILED.
Comment 1 Sebastian Dröge (slomo) 2013-05-03 09:06:57 UTC
commit 347898d516d2ef010f341606691b3705bf4547d2
Author: Michael Olbrich <m.olbrich@pengutronix.de>
Date:   Thu May 2 15:37:14 2013 +0200

    dmabuf: handle mmap failure
    
    Otherwise gstreamer may segfault trying to access MAP_FAILED.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=699470