mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
2e8303dd61
- Disable -vmwarevga acceleration code for now (missing range checks) Obtained from: debian Security: http://www.vuxml.org/freebsd/0ac89b39-f829-11db-b55c-000e0c6d38a9.html
13 lines
256 B
C
13 lines
256 B
C
Index: qemu/hw/vmware_vga.c
|
|
@@ -26,8 +26,8 @@
|
|
#define VERBOSE
|
|
#define EMBED_STDVGA
|
|
#undef DIRECT_VRAM
|
|
-#define HW_RECT_ACCEL
|
|
-#define HW_FILL_ACCEL
|
|
+/* #define HW_RECT_ACCEL */
|
|
+/* #define HW_FILL_ACCEL */
|
|
#define HW_MOUSE_ACCEL
|
|
|
|
#ifdef EMBED_STDVGA
|