From owner-freebsd-alpha Wed Sep 16 16:20:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA06755 for freebsd-alpha-outgoing; Wed, 16 Sep 1998 16:20:02 -0700 (PDT) (envelope-from owner-freebsd-alpha@FreeBSD.ORG) Received: from panzer.plutotech.com (panzer.plutotech.com [206.168.67.125]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA06715 for ; Wed, 16 Sep 1998 16:19:39 -0700 (PDT) (envelope-from ken@panzer.plutotech.com) Received: (from ken@localhost) by panzer.plutotech.com (8.9.1/8.8.5) id RAA28364; Wed, 16 Sep 1998 17:19:14 -0600 (MDT) From: "Kenneth D. Merry" Message-Id: <199809162319.RAA28364@panzer.plutotech.com> Subject: Re: buildworld, anyone? In-Reply-To: <13824.9321.674465.157851@grasshopper.cs.duke.edu> from Andrew Gallatin at "Sep 16, 98 05:12:10 pm" To: gallatin@cs.duke.edu (Andrew Gallatin) Date: Wed, 16 Sep 1998 17:19:13 -0600 (MDT) Cc: freebsd-alpha@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL28s (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Andrew Gallatin wrote... [ ... ] > I also whacked src/lib/libcam/scsi_cmdparse.c into submission via: > > RCS file: /scratch/freebsd-cvs/src/lib/libcam/scsi_cmdparse.c,v > retrieving revision 1.1 > diff -r1.1 scsi_cmdparse.c > 658c658 > < ap = (va_list)0; > --- > > bzero((caddr_t)&ap, sizeof(va_list)); > 681c681 > < ap = (va_list)0; > --- > > bzero((caddr_t)&ap, sizeof(va_list)); > 735c735 > < ap = (va_list)0; > --- > > bzero((caddr_t)&ap, sizeof(va_list)); > 776c776 > < ap = (va_list)0; > --- > > bzero((caddr_t)&ap, sizeof(va_list)); > 787c787 > < ap = (va_list) 0; > --- > > bzero((caddr_t)&ap, sizeof(va_list)); That's more or less the fix I checked in a little while ago. I also added a little more belt-and-suspenders checking, which shouldn't affect the alpha. Doug also ran into (and worked around) a compiler bug on the Alpha that causes it to blow up on rpc.rstatd. You'll probably want to get his fix. Ken -- Kenneth Merry ken@plutotech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message