Update of bug #28752 (project weechat):

                  Status:             In Progress => Fixed                  

    _______________________________________________________

Follow-up Comment #1:

Problem was use of local variables in gnutls callback, which were still used
after end of callback by gnutls. And so they were destroyed when exiting
callback, and gnutls uses bad pointer.

Fix: move these 2 variables (tls_cert and tls_cert_key) into server
structure, so that they are still available for gnutls even after end of
callback.

Version 0.3.1.1 will be released soon with this fix + bug #28741 (another bug
in gnutls callback).

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?28752>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.nongnu.org/



_______________________________________________
Weechat-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/weechat-dev

Reply via email to