From owner-cvs-usrsbin Fri Nov 15 10:27:05 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA06180 for cvs-usrsbin-outgoing; Fri, 15 Nov 1996 10:27:05 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA06154; Fri, 15 Nov 1996 10:26:06 -0800 (PST) Date: Fri, 15 Nov 1996 10:26:06 -0800 (PST) From: Peter Wemm Message-Id: <199611151826.KAA06154@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/rpc.yppasswdd yppasswd_comm.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/11/15 10:26:01 Branch: usr.sbin/rpc.yppasswdd RELENG_2_2 Modified: usr.sbin/rpc.yppasswdd yppasswd_comm.c Log: bring in rev 1.2: initialise length variable so that accept() doesn't EFAULT, depending on random stack values. bring in rev 1.3: initialise length in sockaddr_un.sun_len, and account for the sun_len field that is new since 4.3BSD. (Approved by: phk :-) Revision Changes Path 1.1.1.1.2.1 +7 -4 src/usr.sbin/rpc.yppasswdd/yppasswd_comm.c