From: Roland McGrath Date: Sat, 6 Apr 1996 10:03:22 +0000 (+0000) Subject: * sysdeps/mach/hurd/fork.c (__fork): Don't leak send-rights to the X-Git-Tag: cvs/libc-960406 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2Fcvs%2Flibc-960407;p=platform%2Fupstream%2Fglibc.git * sysdeps/mach/hurd/fork.c (__fork): Don't leak send-rights to the child's proc port in the parent. --- diff --git a/ChangeLog b/ChangeLog index a609880..d4e033b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ Fri Apr 5 17:43:41 1996 Miles Bader + * 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.