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 632431 - crashes on album searches
crashes on album searches
Status: RESOLVED FIXED
Product: libdmapsharing
Classification: Other
Component: DAAP Server
git master
Other Linux
: Normal normal
: ---
Assigned To: W. Michael Petullo
W. Michael Petullo
Depends on:
Blocks:
 
 
Reported: 2010-10-18 08:44 UTC by Jonathan Matthew
Modified: 2010-10-25 02:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix crashes (1.31 KB, patch)
2010-10-18 08:44 UTC, Jonathan Matthew
none Details | Review

Description Jonathan Matthew 2010-10-18 08:44:41 UTC
Created attachment 172587 [details] [review]
fix crashes

_dmap_share_databases and dacp_share_ctrl_int both call g_list_sort(_with_data) using the daap_record_cmp_by_album function, passing either no user data or the wrong user data.
Comment 1 W. Michael Petullo 2010-10-18 20:44:51 UTC
Applied to Git master.
Comment 2 Jonathan Matthew 2010-10-25 02:09:49 UTC
OK then.