Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev
Module Name: src
Committed By: mjf
Date: Sat Jul 28 20:28:57 UTC 2007
Modified Files:
src/sys/dev/ic: pcdisplay_subr.c vga.c vga_raster.c
src/sys/dev/isa: ega.c
src/sys/dev/pci: chipsfb.c
src/sys/dev/rasops: rasops.c
src/sys/dev/wscons: wsdisplay_vcons.c
Log Message:
Implement bounds checking in some places in display driver code to avoid
the possibility of a local user panic.
To generate a diff of this commit:
cvs rdiff -r1.32 -r1.33 src/sys/dev/ic/pcdisplay_subr.c
cvs rdiff -r1.94 -r1.95 src/sys/dev/ic/vga.c
cvs rdiff -r1.28 -r1.29 src/sys/dev/ic/vga_raster.c
cvs rdiff -r1.22 -r1.23 src/sys/dev/isa/ega.c
cvs rdiff -r1.9 -r1.10 src/sys/dev/pci/chipsfb.c
cvs rdiff -r1.55 -r1.56 src/sys/dev/rasops/rasops.c
cvs rdiff -r1.11 -r1.12 src/sys/dev/wscons/wsdisplay_vcons.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index