You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.1 KiB
38 lines
1.1 KiB
From d2864db744849736243dd92c9cdb8a96cb4c26f1 Mon Sep 17 00:00:00 2001
|
|
From: Petr Menšík <pemensik@redhat.com>
|
|
Date: Thu, 22 Feb 2024 17:44:31 +0100
|
|
Subject: Rebuild required for BIND changes for KeyTrap change
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
; Related: CVE-2023-50387 CVE-2023-50868
|
|
Related: RHEL-25396 RHEL-25385
|
|
|
|
Signed-off-by: Petr Menšík <pemensik@redhat.com>
|
|
|
|
diff --git a/src/mldap.c b/src/mldap.c
|
|
index 92a330c..79efddb 100644
|
|
--- a/src/mldap.c
|
|
+++ b/src/mldap.c
|
|
@@ -50,18 +50,7 @@
|
|
static unsigned char uuid_rootname_ndata[]
|
|
= { 4, 'u', 'u', 'i', 'd', 4, 'l', 'd', 'a', 'p', 0 };
|
|
static unsigned char uuid_rootname_offsets[] = { 0, 5, 10 };
|
|
-static dns_name_t uuid_rootname =
|
|
-{
|
|
- DNS_NAME_MAGIC,
|
|
- uuid_rootname_ndata,
|
|
- sizeof(uuid_rootname_ndata),
|
|
- sizeof(uuid_rootname_offsets),
|
|
- DNS_NAMEATTR_READONLY | DNS_NAMEATTR_ABSOLUTE,
|
|
- uuid_rootname_offsets,
|
|
- NULL,
|
|
- { (void *)-1, (void *)-1 },
|
|
- { NULL, NULL }
|
|
-};
|
|
+static dns_name_t uuid_rootname = DNS_NAME_INITABSOLUTE(uuid_rootname_ndata, uuid_rootname_offsets);
|
|
|
|
struct mldapdb {
|
|
isc_mem_t *mctx;
|