[sr #107775] GnuTLS 3.0.0 causes segfault
anonymous
INVALID.NOREPLY at gnu.org
Tue Sep 20 13:15:12 CEST 2011
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/
More information about the Gnutls-devel
mailing list