mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 11:49:20 +01:00
glibc: Note the sed for printf is a security fix
And add a comment about the difference from upstream commit.
This commit is contained in:
parent
df6b08de57
commit
f405318419
@ -50,8 +50,12 @@
|
|||||||
|
|
||||||
<screen><userinput remap="pre">patch -Np1 -i ../&glibc-fhs-patch;</userinput></screen>
|
<screen><userinput remap="pre">patch -Np1 -i ../&glibc-fhs-patch;</userinput></screen>
|
||||||
|
|
||||||
<!-- https://sourceware.org/bugzilla/show_bug.cgi?id=30068 -->
|
<!-- https://sourceware.org/bugzilla/show_bug.cgi?id=30068
|
||||||
<para>Fix an issue identified upstream:</para>
|
Upstream fix also added a test case and renamed "prec" to
|
||||||
|
"prec_inc". We'll test this with MPFR test suite so we don't
|
||||||
|
need the test here, and the renaming does not affect program
|
||||||
|
behavior. -->
|
||||||
|
<para>Fix a security issue identified upstream:</para>
|
||||||
|
|
||||||
<screen><userinput remap="pre">sed '/width -=/s/workend - string/number_length/' \
|
<screen><userinput remap="pre">sed '/width -=/s/workend - string/number_length/' \
|
||||||
-i stdio-common/vfprintf-process-arg.c</userinput></screen>
|
-i stdio-common/vfprintf-process-arg.c</userinput></screen>
|
||||||
|
Loading…
Reference in New Issue
Block a user