]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
NEWS: add an entry for #1819
authorAlexander Sosedkin <asosedkin@redhat.com>
Wed, 29 Apr 2026 12:04:28 +0000 (14:04 +0200)
committerAlexander Sosedkin <asosedkin@redhat.com>
Wed, 29 Apr 2026 14:26:23 +0000 (16:26 +0200)
Signed-off-by: Alexander Sosedkin <asosedkin@redhat.com>
NEWS

diff --git a/NEWS b/NEWS
index a5cd297f8a1cc406d6248c74b5b79a9bee7205d1..f76b7bd73c6b05ecf31ea89d19f8ce846beaa136 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -142,6 +142,12 @@ See the end for copying conditions.
    Independently reported by Kamil Frankowicz and
    Joshua Rogers of AISLE Research Team.
 
+** libgnutls: Fix a theoretical double-free during certificate import
+   If gnutls_x509_crt_list_import_pkcs11 failed partway through,
+   the trust list cleanup code would try to free already-deinitialized
+   certificate entries, leading to a double-free (#1819).
+   Reported by Joshua Rogers of AISLE Research Team.
+
 ** build: Support building with Nettle 4.0
    Nettle 4.0 was released in Feburary 2026, with API incompatibile
    changes from 3.10. The library can now compile with it, while