diff --git a/server/tests/test-display-base.c b/server/tests/test-display-base.c index abb7d813..3f49727e 100644 --- a/server/tests/test-display-base.c +++ b/server/tests/test-display-base.c @@ -694,7 +694,7 @@ static void release_resource(SPICE_GNUC_UNUSED QXLInstance *qin, static struct { QXLCursor cursor; - uint8_t data[CURSOR_WIDTH * CURSOR_HEIGHT * 4]; // 32bit per pixel + uint8_t data[CURSOR_WIDTH * CURSOR_HEIGHT * 4 + 128]; // 32bit per pixel } cursor; static void cursor_init(void)