From owner-cvs-lib Mon Mar 24 06:07:53 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA09160 for cvs-lib-outgoing; Mon, 24 Mar 1997 06:07:53 -0800 (PST) Received: from sovcom.kiae.su (sovcom.kiae.su [193.125.152.1]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id GAA09109; Mon, 24 Mar 1997 06:07:40 -0800 (PST) Received: by sovcom.kiae.su id AA25940 (5.65.kiae-1 ); Mon, 24 Mar 1997 16:28:54 +0300 Received: by sovcom.KIAE.su (UUMAIL/2.0); Mon, 24 Mar 97 16:28:54 +0300 Received: (from ache@localhost) by nagual.ru (8.8.5/8.8.5) id QAA00678; Mon, 24 Mar 1997 16:21:46 +0300 (MSK) Date: Mon, 24 Mar 1997 16:21:43 +0300 (MSK) From: =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= To: Warner Losh Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-lib@freefall.freebsd.org Subject: Re: cvs commit: src/lib/libtermcap pathnames.h termcap.c In-Reply-To: <199703240641.WAA02207@freefall.freebsd.org> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, 23 Mar 1997, Warner Losh wrote: > imp 97/03/23 22:41:32 > > Modified: lib/libtermcap pathnames.h termcap.c > Log: > Don't overflow buffers, and only open alternative termcap files if we're > not running setuid or setgid. 1) You can't determine setuid binaries without new issetuid() syscall. 2) I object of disallowing alternative termcap files, I always use my own termcap file (and many users do it to) and treat this step as functionality degradation, please back it out. -- Andrey A. Chernov http://www.nagual.ru/~ache/