From owner-freebsd-bugs Fri Nov 15 07:19:48 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA19834 for bugs-outgoing; Fri, 15 Nov 1996 07:19:48 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA19794; Fri, 15 Nov 1996 07:19:25 -0800 (PST) From: Bill Paul Message-Id: <199611151519.HAA19794@freefall.freebsd.org> Subject: Re: cvs commit: src/usr.sbin/rpc.yppasswdd yppasswd_comm.c To: peter@freefall.freebsd.org (Peter Wemm) Date: Fri, 15 Nov 1996 07:19:23 -0800 (PST) Cc: CVS-committers, bugs@freebsd.org In-Reply-To: <199611151412.GAA15273@freefall.freebsd.org> from "Peter Wemm" at Nov 15, 96 06:12:31 am X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > peter 96/11/15 06:12:29 > > Modified: usr.sbin/rpc.yppasswdd yppasswd_comm.c > Log: > Uninitialised length variable passed to accept(), causing random accept() > failures due to EFAULT. > > This is screaming out to go into 2.2 > > Revision Changes Path > 1.2 +3 -2 src/usr.sbin/rpc.yppasswdd/yppasswd_comm.c > Dangit. That's the last time I hack without -Wall in my CFLAGS. Am I to understand that this fixes both the problems you mentioned in freebsd-bugs or is there still a problem with the shell strings getting corrupted? -Bill