From 459481195ac0d4738a9d200a1b5d470ac92b9bc4 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Thu, 24 Aug 2006 22:49:58 +0000 Subject: 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 --- chapter06/coreutils.xml | 5 ----- 1 file changed, 5 deletions(-) (limited to 'chapter06') 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. - It has been found that translated messages sometimes overflow a buffer - in the who -Hu command. Increase the buffer size: - -sed -i 's/_LEN 6/_LEN 20/' src/who.c - Now prepare Coreutils for compilation: ./configure --prefix=/usr -- cgit v1.2.3-54-g00ecf