Date: Wed, 30 Aug 2000 22:04:29 +0400 From: "Andrey A. Chernov" <ache@nagual.pp.ru> To: Warner Losh <imp@village.org> Cc: Sheldon Hearn <sheldonh@uunet.co.za>, Ruslan Ermilov <ru@sunbay.com>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libalias alias_proxy.c Message-ID: <20000830220426.A6864@nagual.pp.ru> In-Reply-To: <200008301745.LAA17412@harmony.village.org>; from imp@village.org on Wed, Aug 30, 2000 at 11:45:06AM -0600 References: <20000830214032.A6643@nagual.pp.ru> <20000830191124.A5556@nagual.pp.ru> <20000830173420.A80504@sunbay.com> <83666.967647763@axl.fw.uunet.co.za> <20000830191124.A5556@nagual.pp.ru> <200008301717.LAA16963@harmony.village.org> <20000830214032.A6643@nagual.pp.ru> <200008301745.LAA17412@harmony.village.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Aug 30, 2000 at 11:45:06AM -0600, Warner Losh wrote: > : We have many, consider whole srandom*() family f.e.. It will be good, if > : somebody will examine libc for more offending functions... > > And getopt... Unlikely to be used in libraries. > and the passwd and group file functions... getpwent() re-open database even if closed by endpwent() somehow. The only problem if chroot() occurse in the middle. That is why stayopen flag was introduced there. -- Andrey A. Chernov <ache@nagual.pp.ru> http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000830220426.A6864>