diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-09-14 14:25:04 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-09-14 14:32:37 +0800 |
commit | efd11134bb9bfa33f3c64aee634b2232bee571d3 (patch) | |
tree | a032307dfae235fd4beb4b1a2e0d01e22b4d6f3f /chapter08 | |
parent | b91b12adf3d7926f570b900f758e4670de3d4ec1 (diff) |
Glibc: Fix CVE-2023-4806
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/glibc.xml | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml index c648fe129..f48d95d09 100644 --- a/chapter08/glibc.xml +++ b/chapter08/glibc.xml @@ -50,22 +50,10 @@ <screen><userinput remap="pre">patch -Np1 -i ../&glibc-fhs-patch;</userinput></screen> - <para>Now fix a regression causing the posix_memalign() function - to be very slow in some conditions:</para> - -<screen><userinput remap="pre">patch -Np1 -i ../&glibc-memalign-patch;</userinput></screen> - - <!-- CVE-2023-4527 - https://sourceware.org/bugzilla/show_bug.cgi?id=30842 - https://sourceware.org/ml/libc-alpha/2023-September/151522.html --> - <para>Then fix a security vulnerability exploitable when the - <option>no-aaaa</option> option is used in - <filename>/etc/resolv.conf</filename>:</para> - -<screen><userinput remap="pre">sed \ - -E "/__res_context_search/\ - {N;N;s/(search \(([^,]*,){6}[^,]*)NULL/\1\&alt_dns_packet_buffer/}" \ - -i resolv/nss_dns/dns-host.c</userinput></screen> + <para>Now fix two security vulnerabilities and a regression causing the + posix_memalign() function very slow in some conditions:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&glibc-upstream-fixes-patch;</userinput></screen> <para>The Glibc documentation recommends building Glibc in a dedicated build directory:</para> |