From 459481195ac0d4738a9d200a1b5d470ac92b9bc4 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Thu, 24 Aug 2006 22:49:58 +0000 Subject: [PATCH] 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 --- chapter01/changelog.xml | 10 ++++++++++ chapter06/coreutils.xml | 5 ----- general.ent | 4 ++-- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index efa2d2b15..e79176b0a 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -35,6 +35,16 @@ --> + + 2006-08-24 + + + [matthew] - Remove the supposed fix for a buffer overflow in + Coreutils, as it has been fixed upstream. + + + + 2006-08-17 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 diff --git a/general.ent b/general.ent index aa3ac6019..0a79c121e 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ - - + +