Changeset 48d8f5a


Ignore:
Timestamp:
09/13/2023 06:32:19 AM (9 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, 12.1-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
80da60f
Parents:
c858ba4e
git-author:
Xi Ruoyao <xry111@…> (09/13/2023 06:31:39 AM)
git-committer:
Xi Ruoyao <xry111@…> (09/13/2023 06:32:19 AM)
Message:

glibc: Fix CVE-2023-4527

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/glibc.xml

    rc858ba4e r48d8f5a  
    5555
    5656<screen><userinput remap="pre">patch -Np1 -i ../&glibc-memalign-patch;</userinput></screen>
     57
     58    <!-- CVE-2023-4527
     59         https://sourceware.org/bugzilla/show_bug.cgi?id=30842
     60         https://sourceware.org/ml/libc-alpha/2023-September/151522.html -->
     61    <para>Then fix a security vulnerability exploitable when the
     62    <option>no-aaaa</option> option is used in
     63    <filename>/etc/resolv.conf</filename>:</para>
     64
     65<screen><userinput remap="pre">sed \
     66  -E "/__res_context_search/\
     67      {N;N;s/(search \(([^,]*,){6}[^,]*)NULL/\1\&amp;alt_dns_packet_buffer/}" \
     68  -i resolv/nss_dns/dns-host.c</userinput></screen>
    5769
    5870    <para>The Glibc documentation recommends building Glibc
Note: See TracChangeset for help on using the changeset viewer.