Henri Verbeet pushed to branch master at wine / vkd3d
Commits: 7fe82bcd by Elizabeth Figura at 2025-09-10T11:05:01+02:00 tests: Test null-termination.
- - - - - bb7c95f7 by Elizabeth Figura at 2025-09-10T11:09:04+02:00 tests: Test special characters.
- - - - - df1c94dd by Elizabeth Figura at 2025-09-10T11:39:43+02:00 vkd3d-shader: Document the null terminator appended for textual formats.
vkd3d_string_buffer uses vsnprintf() and therefore null-terminates when appending, so no code changes are necessary.
- - - - - f52dc8a8 by Elizabeth Figura at 2025-09-10T11:40:03+02:00 vkd3d-utils: Null-terminate the output of D3DDisassemble().
- - - - - 446b5931 by Elizabeth Figura at 2025-09-10T11:40:03+02:00 vkd3d-utils: Null-terminate the output of D3DPreprocess().
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58596
- - - - -
3 changed files:
- include/vkd3d_shader.h - libs/vkd3d-utils/vkd3d_utils_main.c - tests/hlsl_d3d12.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/d26f75f12c10ff5e53b486e3cd511...