mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 05:27:39 +00:00
Remove a redundant fix for a buffer overflow in Coreutils
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7777 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
8a7a7e9575
commit
459481195a
@ -35,6 +35,16 @@
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
-->
|
||||
<listitem>
|
||||
<para>2006-08-24</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[matthew] - Remove the supposed fix for a buffer overflow in
|
||||
Coreutils, as it has been fixed upstream.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>2006-08-17</para>
|
||||
<itemizedlist>
|
||||
|
@ -64,11 +64,6 @@
|
||||
without this patch.</para>
|
||||
</note>
|
||||
|
||||
<para>It has been found that translated messages sometimes overflow a buffer
|
||||
in the <command>who -Hu</command> command. Increase the buffer size:</para>
|
||||
|
||||
<screen><userinput>sed -i 's/_LEN 6/_LEN 20/' src/who.c</userinput></screen>
|
||||
|
||||
<para>Now prepare Coreutils for compilation:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr</userinput></screen>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!ENTITY version "SVN-20060817">
|
||||
<!ENTITY releasedate "August 17, 2006">
|
||||
<!ENTITY version "SVN-20060824">
|
||||
<!ENTITY releasedate "August 24, 2006">
|
||||
<!ENTITY milestone "6.3">
|
||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user