The base/count bounds checking was insufficient, leading to a kernel memory
authorMatthew Dillon <dillon@dragonflybsd.org>
Fri, 13 Aug 2004 02:45:37 +0000 (02:45 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Fri, 13 Aug 2004 02:45:37 +0000 (02:45 +0000)
commiteb12fd1d111a565254733412fcac9de85ba7d146
tree718bfc6bed858977da42d2f14ba33b22eb7afa08
parent830da3091c91a4b89b0ee33acb27138866df4e45
The base/count bounds checking was insufficient, leading to a kernel memory
visibility hole.

Note: additional cast to unsigned to catch signed overflows added by Matt Dillon
Submitted-by: =?ISO-8859-1?Q?Christer_=D6berg?= <christer.oberg@deprotect.com>
sys/dev/video/fb/vga.c