diff options
author | Roland McGrath <roland@gnu.org> | 1996-04-06 10:03:22 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-04-06 10:03:22 +0000 |
commit | d70576891ef01c5c9e5eb89072c00de561c3ebd9 (patch) | |
tree | e8bd1c45531cae93f681964e5358bb3c578b66e3 | |
parent | *** empty log message *** (diff) | |
download | glibc-cvs/libc-960406.tar.gz glibc-cvs/libc-960406.tar.bz2 glibc-cvs/libc-960406.zip |
* sysdeps/mach/hurd/fork.c (__fork): Don't leak send-rights to thecvs/libc-960407cvs/libc-960406
child's proc port in the parent.
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ Fri Apr 5 17:43:41 1996 Miles Bader <miles@gnu.ai.mit.edu> + * sysdeps/mach/hurd/fork.c (__fork): Don't leak send-rights to the + child's proc port in the parent. + * sysdeps/mach/hurd/i386/sigreturn.c (__sigreturn): Store MACH_PORT_DEAD in the thread reply-port variable before destroying the signal handler's reply port to avoid infinite recursion. |