summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-08-11 20:28:42 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-08-11 20:28:42 +0000
commit3244e9a493531c24b414b6e64d3396f466e357aa (patch)
tree28ebc3196a3f628f74fce25f50a27a637eda0e26 /lib/ChangeLog
parent80886a8db3955316c7af3b47306c97e48a187078 (diff)
downloadcoreutils-3244e9a493531c24b414b6e64d3396f466e357aa.tar.xz
* pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
HAVE_PIPE. Fix a file descriptor leak when fd_safer fails.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 78d9b9090..9fa61ac7b 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,5 +1,8 @@
2006-08-11 Paul Eggert <eggert@cs.ucla.edu>
+ * pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
+ HAVE_PIPE. Fix a file descriptor leak when fd_safer fails.
+
* regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
in wchar_t. Problem reported by Eric Blake.