On Sep 30 at 17:19, John Baldwin spoke:

> 
> On 30-Sep-2002 Hanspeter Roth wrote:
> > 416 and 556 denote linenumbers in kern_exec.c.
> 
> Thanks!  That's here:
> 
>         if (ps_arg_cache_limit >= i + sizeof(struct pargs)) {
>                 bcopy(imgp->stringbase, newargs->ar_args, i);
>                 p->p_args = newargs;
>                 newargs = NULL;
>         }

Yes.

> BTW, is this on DP1?

No. This one is an attempt to upgrade from 4-Stable.
(I'm trying to find out which approach is less painful. Thus I also
tried the DP1 image on a different slice.)

-Hanspeter

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to