K 10 svn:author V 2 dg K 8 svn:date V 27 1997-02-17T10:58:46.000000Z K 7 svn:log V 318 Pass P_SUGID on to the child of a fork(). It was possible to get rlogin to coredump previously since it (somewhat uniquely) is setuid and forks without execing, and thus without passing P_SUGID the child could coredump and possibly divulge sensitive information (such as encrypted passwords from the passwd database). END