Jinoh Kang (@iamahuman) commented about dlls/ntdll/relay.c:
static DWORD WINAPI init_debug_lists( RTL_RUN_ONCE *once, void *param, void **context ) { OBJECT_ATTRIBUTES attr;
- UNICODE_STRING name;
- UNICODE_STRING name = RTL_CONSTANT_STRING( L"Software\Wine\Debug" );
(Optional)
```suggestion:-0+0 static const UNICODE_STRING name = RTL_CONSTANT_STRING( L"Software\Wine\Debug" ); ```