diff options
author | Jim Meyering <meyering@redhat.com> | 2011-03-13 13:20:54 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2011-03-13 18:41:44 +0100 |
commit | 56e8714e2b3b186c2da52f7c7803875f4d5596d2 (patch) | |
tree | 95a52d9847a0f803cd8805dd3ccfbe7bd59936d6 /NEWS | |
parent | e0245ae0aed72338d5dcb5b71f7a963859a93317 (diff) | |
download | coreutils-56e8714e2b3b186c2da52f7c7803875f4d5596d2.tar.xz |
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.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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] |