GNOME Bugzilla – Bug 681122
gnutls: Fix threading/reference issues in GTlsFileDatabase
Last modified: 2012-08-06 20:40:14 UTC
* We weren't refing stuff during the lock, and returned data could have been freed by another thread while in use.
Created attachment 220221 [details] [review] gnutls: Fix threading/reference issues in GTlsFileDatabase
Comment on attachment 220221 [details] [review] gnutls: Fix threading/reference issues in GTlsFileDatabase looks right
Attachment 220221 [details] pushed as b657c2b - gnutls: Fix threading/reference issues in GTlsFileDatabase