Explorar o código

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
Matthew Burgess %!s(int64=19) %!d(string=hai) anos
pai
achega
459481195a
Modificáronse 3 ficheiros con 12 adicións e 7 borrados
  1. 10 0
      chapter01/changelog.xml
  2. 0 5
      chapter06/coreutils.xml
  3. 2 2
      general.ent

+ 10 - 0
chapter01/changelog.xml

@@ -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>

+ 0 - 5
chapter06/coreutils.xml

@@ -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>

+ 2 - 2
general.ent

@@ -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}]" -->