From: Ondřej Surý Date: Mon, 4 Dec 2023 11:28:35 +0000 (+0100) Subject: Add CHANGES note for [GL #4187] X-Git-Tag: v9.19.22~53^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=306124b3850a926d7128d3a7b813d3053cd3cd10;p=thirdparty%2Fbind9.git Add CHANGES note for [GL #4187] --- diff --git a/CHANGES b/CHANGES index 0cd20df58d0..59dca5fe8e5 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +6339. [bug] The alignas() can't be used on types larger than + max_align_t; instead add padding into the structures + where we want avoid false memory sharing. [GL #4187] + 6338. [func] Optimize slabheader placement, so the infrastructure records are put in the beginning of the slabheader linked list. [GL !8675]