|
| 1 | +From d014da2652f9ab50f5da2548834a3071363992a1 Mon Sep 17 00:00:00 2001 |
| 2 | +From: Azure Linux Security Servicing Account |
| 3 | + |
| 4 | +Date: Tue, 15 Jul 2025 05:21:30 +0000 |
| 5 | +Subject: [PATCH] Fix CVE CVE-2025-32988 in gnutls |
| 6 | + |
| 7 | +Upstream Patch Reference: https://gitlab.com/gnutls/gnutls/-/commit/608829769cbc247679ffe98841109fc73875e573.patch |
| 8 | +--- |
| 9 | + lib/x509/extensions.c | 2 -- |
| 10 | + 1 file changed, 2 deletions(-) |
| 11 | + |
| 12 | +diff --git a/lib/x509/extensions.c b/lib/x509/extensions.c |
| 13 | +index dc333f4..2f0823a 100644 |
| 14 | +--- a/lib/x509/extensions.c |
| 15 | ++++ b/lib/x509/extensions.c |
| 16 | +@@ -805,7 +805,6 @@ _gnutls_write_new_othername(asn1_node ext, const char *ext_name, |
| 17 | + result = asn1_write_value(ext, name2, oid, 1); |
| 18 | + if (result != ASN1_SUCCESS) { |
| 19 | + gnutls_assert(); |
| 20 | +- asn1_delete_structure(&ext); |
| 21 | + return _gnutls_asn2err(result); |
| 22 | + } |
| 23 | + |
| 24 | +@@ -814,7 +813,6 @@ _gnutls_write_new_othername(asn1_node ext, const char *ext_name, |
| 25 | + result = asn1_write_value(ext, name2, data, data_size); |
| 26 | + if (result != ASN1_SUCCESS) { |
| 27 | + gnutls_assert(); |
| 28 | +- asn1_delete_structure(&ext); |
| 29 | + return _gnutls_asn2err(result); |
| 30 | + } |
| 31 | + |
| 32 | +-- |
| 33 | +2.45.3 |
| 34 | + |
0 commit comments