Date: Tue, 5 Oct 1999 09:30:03 -0700 (PDT) From: Dmitrij Tejblum <tejblum@arc.hq.cti.ru> To: freebsd-bugs@FreeBSD.org Subject: Re: bin/14144: bad conversions in kern_fork() Message-ID: <199910051630.JAA55780@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/14144; it has been noted by GNATS. From: Dmitrij Tejblum <tejblum@arc.hq.cti.ru> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199910051630.JAA55780>