[Git][wine/wine][master] 2 commits: d3d8/tests: Increase size of quad array to avoid buffer overflow (ASan).
Alexandre Julliard pushed to branch master at wine / wine Commits: 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`. - - - - - 2 changed files: - dlls/d3d8/tests/device.c - dlls/d3d9/tests/device.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e6098f6a071974cf527dddbdb78cf1... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e6098f6a071974cf527dddbdb78cf1... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)