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 748287 - glmixer: Possible null pointer dereference
glmixer: Possible null pointer dereference
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
unspecified
Other Linux
: Normal normal
: 1.5.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-04-22 09:53 UTC by Vineeth
Modified: 2015-04-22 13:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to fix null pointer dereference (1.19 KB, patch)
2015-04-22 09:55 UTC, Vineeth
committed Details | Review

Description Vineeth 2015-04-22 09:53:55 UTC
While printing error message when context fails, error variable is not being used anymore
so it will lead to null pointer dereference. Hence changing the error message.
Comment 1 Vineeth 2015-04-22 09:55:33 UTC
Created attachment 302136 [details] [review]
patch to fix null pointer dereference
Comment 2 Matthew Waters (ystreet00) 2015-04-22 13:05:56 UTC
commit 7e3cd63f870fc3be92553f25ca685413e8fc20c3
Author: Vineeth T M <vineeth.tm@samsung.com>
Date:   Wed Apr 22 18:54:45 2015 +0900

    glmixer: Possible null pointer dereference
    
    While printing error message when context fails, error variable is not being used anymore
    so it will lead to null pointer dereference
    
    https://bugzilla.gnome.org/show_bug.cgi?id=748287