Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: riastradh
Date: Thu Jun 12 15:05:29 UTC 2014
Modified Files:
src/sys/dev/pci: agp_i810.c agpvar.h
src/sys/external/bsd/drm/dist/bsd-core: drm_memory.c
src/sys/external/bsd/drm2/drm: drm_memory.c
Log Message:
Check bounds in agp_i810_borrow.
Out of paranoia, do a bus_space_subregion in case the old drm code
tries sizes that the agp_i810 code doesn't agree with.
To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 src/sys/dev/pci/agp_i810.c
cvs rdiff -u -r1.18 -r1.19 src/sys/dev/pci/agpvar.h
cvs rdiff -u -r1.13 -r1.14 \
src/sys/external/bsd/drm/dist/bsd-core/drm_memory.c
cvs rdiff -u -r1.3 -r1.4 src/sys/external/bsd/drm2/drm/drm_memory.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