Subject: Re: cvs commit: src/lib/libc/db/hash hash_buf.c
To: Karl Denninger <karl@mcs.net>
From: matthew green <mrg@eterna.com.au>
List: tech-userlevel
Date: 10/18/1996 18:37:37
What's the objection to clearing possibly-contaminated structures when a
program signifies its done with a privileged resource?
the objection is that for 99% or more of the cases this is
*NOT* necessary.
also, you're trying to fix the effect rather than the cause.
regardless: until just now, netbsd allowed a process that
was set[gu]id to dump core _if_ it no longer was. i've
fixed this (just check for SUGID in coredump()).