]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* NEWS: Mention Paul's fix (to gnulib's canon-host.c) for
authorJim Meyering <jim@meyering.net>
Fri, 29 Sep 2006 21:37:18 +0000 (21:37 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 29 Sep 2006 21:37:18 +0000 (21:37 +0000)
the pinky segfault.

ChangeLog
NEWS

index 9973e782167220d38aa9343285faf5d06d579a54..815665cd715c72c336dd0cbdb4a3bd7136c807b7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-09-29  Jim Meyering  <jim@meyering.net>
 
+       * NEWS: Mention Paul's fix (to gnulib's canon-host.c) for
+       the pinky segfault.
+
        * tests/seq/basic [neg-2, eq-wid-2]: Comment out tests that
        use .1 as the increment.  Actual output varies too much.
        [eq-wid-3]: New, commented out test.
diff --git a/NEWS b/NEWS
index 7a93f6313375b1e0a59e70e27846e76181b3e4d4..9d25d12ef38540cf1bfa696d74a986c87929f7c5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,9 @@ GNU coreutils NEWS                                    -*- outline -*-
 
 ** Improved robustness
 
+  pinky no longer segfaults on Darwin 7.9.0 (MacOS X 10.3.9) due to a
+  buggy native getaddrinfo function.
+
   rm works around a bug in Darwin 7.9.0 (MacOS X 10.3.9) that would
   sometimes keep it from removing all entries in a directory on an HFS+
   or NFS-mounted partition.