28 May
2024
28 May
'24
8:41 p.m.
`status` is uninitialized if `get_shared_session()` returns NULL. As a quick fix we can do `return session ? status : ...;`, but I think we should rather make `get_shared_session()` return NTSTATUS. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3103#note_67361