Date: Mon, 13 Oct 2008 21:04:52 +0000 (UTC) From: Roman Divacky <rdivacky@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern kern_thr.c Message-ID: <200810132105.m9DL524M082129@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rdivacky 2008-10-13 21:04:52 UTC FreeBSD src repository Modified files: sys/kern kern_thr.c Log: SVN rev 183846 on 2008-10-13 21:04:52Z by rdivacky Check the result of copyin and in a case of error return one. This prevents setting wrong priority or (more likely) returning EINVAL. Approved by: kib (mentor) Revision Changes Path 1.69 +2 -0 src/sys/kern/kern_thr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810132105.m9DL524M082129>