Alexandre Julliard pushed to branch master at wine / wine
Commits: 863d1285 by Yuxuan Shui at 2025-08-27T17:02:59+02:00 msi/tests: Fix wrong character counts passed to RegSetValueExA.
Add a function reg_set_str to always use strlen(string) + 1 the character count, and convert all such cases.
- - - - -
5 changed files:
- dlls/msi/tests/action.c - dlls/msi/tests/msi.c - dlls/msi/tests/package.c - dlls/msi/tests/source.c - dlls/msi/tests/utils.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/863d1285a39846eb0e1cb8e06d0a3d0...