23 Sep
2022
23 Sep
'22
10:07 a.m.
Huw Davies (@huw) commented about server/registry.c:
else file_set_error(); }
+static void load_app_registry( struct key *key, const char *filename ) +{ + WCHAR applicationhive_fullpath[12] = {'\\', 'R', 'E', 'G', 'I', 'S', 'T', 'R', 'Y', '\\', 'A'};
Leave this array unsized and remove the `- 2`s from the `sizeof()`s below. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/820#note_9116