On Sep 26, 8:17pm, [email protected] (Maxime Villard) wrote: -- Subject: Re: CVS commit: src/sys/compat/linux/arch/i386
| No. You committed this:
|
| if ((t = proc_find(SCARG(uap, pid))) == NULL) {
| mutex_exit(proc_lock);
| - return ESRCH;
| + goto out;
| }
That is a bug! I'll fix it.
christos
