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 681122 - gnutls: Fix threading/reference issues in GTlsFileDatabase
gnutls: Fix threading/reference issues in GTlsFileDatabase
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: network
unspecified
Other All
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on: 681121
Blocks:
 
 
Reported: 2012-08-03 09:51 UTC by Stef Walter
Modified: 2012-08-06 20:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gnutls: Fix threading/reference issues in GTlsFileDatabase (5.31 KB, patch)
2012-08-03 09:51 UTC, Stef Walter
committed Details | Review

Description Stef Walter 2012-08-03 09:51:46 UTC
 * We weren't refing stuff during the lock, and returned data
   could have been freed by another thread while in use.
Comment 1 Stef Walter 2012-08-03 09:51:48 UTC
Created attachment 220221 [details] [review]
gnutls: Fix threading/reference issues in GTlsFileDatabase
Comment 2 Dan Winship 2012-08-03 14:58:29 UTC
Comment on attachment 220221 [details] [review]
gnutls: Fix threading/reference issues in GTlsFileDatabase

looks right
Comment 3 Stef Walter 2012-08-06 20:40:11 UTC
Attachment 220221 [details] pushed as b657c2b - gnutls: Fix threading/reference issues in GTlsFileDatabase