Date: Mon, 26 May 2008 10:01:13 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_cpuset.c Message-ID: <200805261001.m4QA1D0A016483@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kib 2008-05-26 10:01:13 UTC FreeBSD src repository Modified files: sys/kern kern_cpuset.c Log: Take into account possible overflow when multiplying. The casuality is the malloc call later, panicing kernel due to the oversized allocation. Reported by: pho Reviewed by: jeff Revision Changes Path 1.10 +2 -2 src/sys/kern/kern_cpuset.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805261001.m4QA1D0A016483>