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.