Changeset 0253841d for chapter08


Ignore:
Timestamp:
01/21/2024 04:47:22 PM (4 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:
3baf03a
Parents:
943f225
git-author:
Xi Ruoyao <xry111@…> (01/21/2024 04:45:47 PM)
git-committer:
Xi Ruoyao <xry111@…> (01/21/2024 04:47:22 PM)
Message:

coreutils: Fix CVE-2024-0684 (#5417)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/coreutils.xml

    r943f225 r0253841d  
    5454    </note>
    5555
    56     <!-- https://bugs.gnu.org/62403 -->
    57 <!--
    58     <para>Fix a bug in checksum utilities causing failed checks not
    59     reported correctly:</para>
    60 
    61 <screen><userinput remap="pre">sed '/if ( ! match/s/ed_checksums//' -i src/digest.c</userinput></screen>
    62 -->
     56    <!-- https://seclists.org/oss-sec/2024/q1/30 -->
     57    <para>Fix a security vulnerability in the <command>split</command>
     58    utility:</para>
     59
     60<screen><userinput remap="pre">sed -e '/n_out += n_hold/,+4 s|.*bufsize.*|//&amp;|' \
     61    -i src/split.c</userinput></screen>
     62
    6363    <para>Now prepare Coreutils for compilation:</para>
    6464
Note: See TracChangeset for help on using the changeset viewer.