Date: Mon, 29 Sep 2003 11:35:17 -0700 (PDT) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_mac.c Message-ID: <200309291835.h8TIZH9V090993@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2003/09/29 11:35:17 PDT FreeBSD src repository Modified files: sys/kern kern_mac.c Log: If the struct mac copied into the kernel has a negative length, return EINVAL rather than failing the following malloc due to the value being too large. Revision Changes Path 1.99 +2 -1 src/sys/kern/kern_mac.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309291835.h8TIZH9V090993>