GNOME Bugzilla – Bug 689274
gnutls: Avoid assertion in finish_handshake()
Last modified: 2012-11-29 21:58:55 UTC
It's possible (although hard to reproduce) to hit this assertion g_assert (error != NULL); in finish_handshake(). One caller of finish_handshake() doesn't guarantee that the error is non NULL. Fixed in the patch.
Created attachment 230181 [details] [review] gnutls: Avoid assertion in finish_handshake()
Created attachment 230182 [details] [review] gnutls: Avoid assertion in finish_handshake() Errrr, wrong patch.
Comment on attachment 230182 [details] [review] gnutls: Avoid assertion in finish_handshake() ok (but maybe fix the tabs-vs-spaces issue on the GError declaration line)
Attachment 230182 [details] pushed as 8eb8d56 - gnutls: Avoid assertion in finish_handshake()