From 56e8714e2b3b186c2da52f7c7803875f4d5596d2 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 13 Mar 2011 13:20:54 +0100 Subject: touch: update to latest gnulib to fix Solaris 10 touch segfault * gnulib: Update to latest, to address http://debbugs.gnu.org/8230. When built on Solaris 9 and run on Solaris 10, touch would segfault. Reported by Ben Walton. * bootstrap: Update from gnulib. * tests/init.sh: Likewise. * NEWS (Bug fixes): Mention this. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 5770410bf..9ceaa0659 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,9 @@ GNU coreutils NEWS -*- outline -*- sort no longer spawns 7 worker threads to sort 16 lines [bug introduced in coreutils-8.6] + touch built on Solaris 9 would segfault when run on Solaris 10 + [bug introduced in coreutils-8.8] + wc would dereference a NULL pointer upon an early out-of-memory error [bug introduced in coreutils-7.1] -- cgit v1.2.3-54-g00ecf