From b17411e84995d09d5b5339f12fe6408086bdd688 Mon Sep 17 00:00:00 2001 From: Krejzi Date: Tue, 22 Apr 2014 14:58:15 +0000 Subject: Fix segfault in shuf program from Coreutils. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10545 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/coreutils.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'chapter06') diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 9d9acf163..1f2fba108 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -40,11 +40,11 @@ Installation of Coreutils - + First, fix a segfault in shuf program: + +patch -Np1 -i ../&coreutils-shuf-segfault-patch; + POSIX requires that programs from Coreutils recognize character boundaries correctly even in multibyte locales. The following patch fixes this non-compliance and other internationalization-related bugs: -- cgit v1.2.3-54-g00ecf