Alexandre Julliard pushed to branch master at wine / wine
Commits: 2935a6ca by Zhengyong Chen at 2025-10-27T23:19:02+01:00 server: Fix incorrect key modification in rename_key function.
When `index == cur_index + 1`, the modification logic incorrectly altered the value of the subkey following the current key, leading to unintended changes in other keys.
Signed-off-by: chenzhengyong chenzhengyong@uniontech.com
- - - - -
1 changed file:
- server/registry.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/2935a6cabcbf5f79a45df339ccd19e0...