From owner-freebsd-bugs Mon May 3 6:50: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A773D152DE for ; Mon, 3 May 1999 06:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA03261; Mon, 3 May 1999 06:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from quarm.feral.com (quarm.feral.com [192.67.166.252]) by hub.freebsd.org (Postfix) with ESMTP id DC48D151DB for ; Mon, 3 May 1999 06:47:05 -0700 (PDT) (envelope-from mjacob@quarm.feral.com) Received: (from mjacob@localhost) by quarm.feral.com (8.9.3/8.8.8) id GAA00423; Mon, 3 May 1999 06:47:05 -0700 (PDT) (envelope-from mjacob) Message-Id: <199905031347.GAA00423@quarm.feral.com> Date: Mon, 3 May 1999 06:47:05 -0700 (PDT) From: Matthew Jacob Reply-To: mjacob@freebsd.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/11464: union copies likely broken for alpha egcs-2.91.66 19990314 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11464 >Category: bin >Synopsis: union copies likely broken for alpha egcs-2.91.66 19990314 >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon May 3 06:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Matthew Jacob >Release: FreeBSD 4.0-CURRENT alpha >Organization: Feral Software >Environment: FreeBSD farrago.feral.com 4.0-CURRENT FreeBSD 4.0-CURRENT #1: Thu Apr 29 13:42:59 PDT 1999 mjacob@farrago.feral.com:/space/sys/compile/FARRAGO alpha >Description: The following line (177) in /usr/src/sbin/dump/tape.c: *(union u_spcl *)(*(nextblock)++) = *(union u_spcl *)dp; has to be replaced with bcopy(dp, *(nextblock)++, sizeof (union u_spcl)); in order for dump to work. I believe that the code is correct- but I'll have to admit I did not spend a lot of time validating this. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message