Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/coreutils.xml

    r0253841d r7152faa  
    5454    </note>
    5555
    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 
     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-->
    6363    <para>Now prepare Coreutils for compilation:</para>
    6464
Note: See TracChangeset for help on using the changeset viewer.