Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/compat/linux/arch/i386



On Sep 26,  8:17pm, max%M00nBSD.net@localhost (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


Home | Main Index | Thread Index | Old Index