weechat-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Weechat-dev] [bug #28752] Crash when connecting to irc server with ssl


From: FlashCode
Subject: [Weechat-dev] [bug #28752] Crash when connecting to irc server with ssl and ssl_cert set
Date: Fri, 29 Jan 2010 11:49:12 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2) Gecko/20100115 Firefox/3.6

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/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]