-
fc4e8221
by Bernhard Übelacker at 2025-11-13T22:21:21+01:00
d3d8/tests: Increase size of quad array to avoid buffer overflow (ASan).
Inside `d3d8_device_DrawPrimitiveUP`,
with primitive_type D3DPT_TRIANGLELIST,
the buffer is expected to have a size of `primitive_count * 3 * stride`.
-
cfab0b91
by Bernhard Übelacker at 2025-11-13T22:21:21+01:00
d3d9/tests: Increase size of quad array to avoid buffer overflow (ASan).
Inside `d3d9_device_DrawPrimitiveUP`,
with primitive_type D3DPT_TRIANGLELIST,
the buffer is expected to have a size of `primitive_count * 3 * stride`.