Changeset f405318


Ignore:
Timestamp:
02/06/2023 03:59:26 PM (15 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
74af59d, 9ced77c
Parents:
df6b08d
git-author:
Xi Ruoyao <xry111@…> (02/06/2023 03:58:03 PM)
git-committer:
Xi Ruoyao <xry111@…> (02/06/2023 03:59:26 PM)
Message:

glibc: Note the sed for printf is a security fix

And add a comment about the difference from upstream commit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/glibc.xml

    rdf6b08d rf405318  
    5151<screen><userinput remap="pre">patch -Np1 -i ../&glibc-fhs-patch;</userinput></screen>
    5252
    53     <!-- https://sourceware.org/bugzilla/show_bug.cgi?id=30068 -->
    54     <para>Fix an issue identified upstream:</para>
     53    <!-- https://sourceware.org/bugzilla/show_bug.cgi?id=30068
     54         Upstream fix also added a test case and renamed "prec" to
     55         "prec_inc".  We'll test this with MPFR test suite so we don't
     56         need the test here, and the renaming does not affect program
     57         behavior.  -->
     58    <para>Fix a security issue identified upstream:</para>
    5559
    5660<screen><userinput remap="pre">sed '/width -=/s/workend - string/number_length/' \
Note: See TracChangeset for help on using the changeset viewer.