diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-08-24 22:49:58 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-08-24 22:49:58 +0000 |
commit | 459481195ac0d4738a9d200a1b5d470ac92b9bc4 (patch) | |
tree | 7dca71714aee65498bcd6cacb41baf1202dc2d1c /chapter06 | |
parent | 8a7a7e9575f69bca337b304e5b748e72c5433e66 (diff) |
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
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/coreutils.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index bc614c205..a8cc1a621 100644 --- a/chapter06/coreutils.xml +++ b/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> |