Alexandre Julliard pushed to branch master at wine / wine
Commits:
3daf88b7 by Yuxuan Shui at 2025-06-10T22:44:18+02:00
d3dx9_36/tests: Use correct row pitch for D3DXLoadSurfaceFromMemory.
The source rect is set to be 2x2, and sizeof(pixdata) is used as the row pitch. Which means the
second row is located beyond the end of pixdata.
Tests added back in be8afaff686e, commit message doesn't seem to indicate this was trying to test
out-of-bound read. So use the correct row pitch here.
- - - - -
1 changed file:
- dlls/d3dx9_36/tests/surface.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/3daf88b789f5b915424896b1a3860c…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/3daf88b789f5b915424896b1a3860c…
You're receiving this email because of your account on gitlab.winehq.org.