From owner-freebsd-bugs Tue Oct 5 9:30: 6 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 8B4F014FDC for ; Tue, 5 Oct 1999 09:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA55780; Tue, 5 Oct 1999 09:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 5 Oct 1999 09:30:03 -0700 (PDT) Message-Id: <199910051630.JAA55780@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Dmitrij Tejblum Subject: Re: bin/14144: bad conversions in kern_fork() Reply-To: Dmitrij Tejblum Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/14144; it has been noted by GNATS. From: Dmitrij Tejblum To: netch@lucky.net Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/14144: bad conversions in kern_fork() Date: Tue, 05 Oct 1999 20:27:08 +0400 > bcopy(&p1->p_procsig->ps_begincopy, &p2->p_procsig->ps_begincopy, > (unsigned)&p1->p_procsig->ps_endcopy - > (unsigned)&p1->p_procsig->ps_begincopy); It is fixed in -current. I would not bother to fix it (and some similar things) in -stable. Dima To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message