Date: Thu, 12 Feb 1998 21:25:43 -0800 (PST) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 sys_machdep.c Message-ID: <199802130525.VAA27673@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1998/02/12 21:25:37 PST
Modified files:
sys/i386/i386 sys_machdep.c
Log:
Fixed missing privilege checking and off-by-1 bounds checking in
i386_set_ioperm(). Don't use a magic number for the bound.
Fixed missing bounds checking in i386_get_ioperm(). Don't use a
magic number for the bound elsewhere in this function.
Removed some bogus initializers.
Revision Changes Path
1.33 +9 -6 src/sys/i386/i386/sys_machdep.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199802130525.VAA27673>
