Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Apr 1997 18:50:08 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        ache@nagual.ru, dyson@FreeBSD.org
Cc:        cvs-all@FreeBSD.org, CVS-committers@FreeBSD.org, cvs-sys@FreeBSD.org
Subject:   Re: cvs commit:  src/sys/kern kern_fork.c
Message-ID:  <199704230850.SAA25690@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>>   Give up on the fast vfork() for a while.
>
>We hide shell_imgact.c "const" modifying bug againg by this change. :-(

The const not-modifying bugs are still there :-].  (If argv[0] is in
read-only storage, then it is not modified, so the wrong value is passed
to the new process image; suword() returns a value that is usually
ignored.)

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704230850.SAA25690>