about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-07-19 17:03:08 +0000
committerUlrich Drepper <drepper@redhat.com>2007-07-19 17:03:08 +0000
commit4e425301f4a6264c73eddf31b82c2d197a1a8b16 (patch)
tree926ef5bb537569181d803751e84531c4bb72777b /ChangeLog
parentd8d7feefa738eb3138790c99aa891ef44d85e4cc (diff)
downloadglibc-4e425301f4a6264c73eddf31b82c2d197a1a8b16.tar.gz
glibc-4e425301f4a6264c73eddf31b82c2d197a1a8b16.tar.xz
glibc-4e425301f4a6264c73eddf31b82c2d197a1a8b16.zip
* libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end
	if one of proc_file_chain streams has that fileno.
	* stdio-common/Makefile (tests): Add tst-popen2.
	* stdio-common/tst-popen2.c: New test.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cf2945e381..0529d065ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-07-16  Jakub Jelinek  <jakub@redhat.com>
+
+	* libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end
+	if one of proc_file_chain streams has that fileno.
+	* stdio-common/Makefile (tests): Add tst-popen2.
+	* stdio-common/tst-popen2.c: New test.
+
 2007-07-14  Jakub Jelinek  <jakub@redhat.com>
 
 	* elf/ldconfig.c: Allow GPLv2 or any later version.