gnutls-devel
[Top][All Lists]
Advanced

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

[sr #107775] GnuTLS 3.0.0 causes segfault


From: anonymous
Subject: [sr #107775] GnuTLS 3.0.0 causes segfault
Date: Tue, 20 Sep 2011 11:15:12 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:6.0.2) Gecko/20100101 Firefox/6.0.2

Follow-up Comment #12, sr #107775 (project gnutls):

Oh, in _gnutls_encrypt(), cur_record_params has different content than params
(which is what is passed to plaintext2compressed).
cur_record_params->compression_algorithm == GNUTLS_COMP_DEFLATE while params
has GNUTLS_COMP_NULL.

Doing "cur_record_params = params;" makes gnutls close the connection, doing
"params = cur_record_params;" in _gnutls_encrypt() makes the other end close
the connection, but at least the current call to _gnutls_encrypt() doesn't
fail in either case. And no, in neither case is an Alert send. :(



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/support/?107775>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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