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 682024 - Uninitialized data access in grl_source_get_media_from_uri()
Uninitialized data access in grl_source_get_media_from_uri()
Status: RESOLVED FIXED
Product: grilo
Classification: Other
Component: core
0.2.x
Other Linux
: Normal normal
: ---
Assigned To: grilo-maint
grilo-maint
Depends on:
Blocks:
 
 
Reported: 2012-08-16 16:55 UTC by Mathias Hasselmann (IRC: tbf)
Modified: 2012-08-18 21:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch (1.69 KB, patch)
2012-08-16 16:55 UTC, Mathias Hasselmann (IRC: tbf)
committed Details | Review

Description Mathias Hasselmann (IRC: tbf) 2012-08-16 16:55:28 UTC
Created attachment 221423 [details] [review]
proposed patch

grl_source_get_media_from_uri() doesn't initialize all fields of ResolveRelayCb which later can lead to uninitialized data access and later segfaults in resolve_relay_free().