Subject: CVS commit: xsrc
To: None <source-changes@netbsd.org>
From: Ignatios Souvatzis <is@netbsd.org>
List: source-changes
Date: 06/06/1999 13:42:54
Module Name:	xsrc
Committed By:	is
Date:		Sun Jun  6 10:42:54 UTC 1999

Modified Files:
	xsrc/xc/programs/Xserver/hw/netbsd/amiga: amigaC.c

Log Message:
If the end of the frame buffer address + 7 bytes is on a new page,
map an anonymous page there.
The afb blitting code reads beyond the end of the frame buffer in
longword chunks and masks unused bits of. This would cause segmentation
violations if the framebuffer ends on a page boundary.
Reported by Joerg Rebenstorf in PR 5018 and Arno Eigenwillig.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 xsrc/xc/programs/Xserver/hw/netbsd/amiga/amigaC.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.