gnutls-devel
[Top][All Lists]
Advanced

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

[gnutls-dev] bugreport: segmentation fault in gnutls_certificate_set_x50


From: Max Kellermann
Subject: [gnutls-dev] bugreport: segmentation fault in gnutls_certificate_set_x509_crl()
Date: Mon, 11 Dec 2006 08:52:02 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

Hi,

gnutls version 1.4.4 as well as the CVS head crash when a program uses
gnutls_certificate_set_x509_crl().  In the for loop, it calls
_gnutls_x509_crl_cpy() with new and uninitialized elements of the
res->x509_crl_list array.  This leads to a segmentation fault.

I suggest adding gnutls_x509_crl_init() before each
_gnutls_x509_crl_cpy() call.

Max




reply via email to

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