diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-04-12 20:45:32 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-04-12 20:45:32 +0000 |
commit | a4dec43d316b2e5dc8855d806bc5ab2ec5eef50d (patch) | |
tree | 3aa9abce61c9b6eebf93b92da1e9dd9bd3b4c013 /ChangeLog | |
parent | da240c6be04fe89533504d95891f20550169fc73 (diff) | |
download | glibc-a4dec43d316b2e5dc8855d806bc5ab2ec5eef50d.zip glibc-a4dec43d316b2e5dc8855d806bc5ab2ec5eef50d.tar.gz glibc-a4dec43d316b2e5dc8855d806bc5ab2ec5eef50d.tar.bz2 |
Update.
* libio/iopopen.c (_IO_new_proc_open): Close pipes in case the
mode is invalid.
* libio/oldiopopen.c (_IO_old_proc_open): Likewise.
Patch by Bart Veer <bartv@redhat.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2000-04-12 Ulrich Drepper <drepper@redhat.com> + * libio/iopopen.c (_IO_new_proc_open): Close pipes in case the + mode is invalid. + * libio/oldiopopen.c (_IO_old_proc_open): Likewise. + Patch by Bart Veer <bartv@redhat.com>. + * sysdeps/arm/dl-machine.h (RTLD_START): Rewrite for new init function interface. |