13 Nov
2022
13 Nov
'22
5:02 p.m.
Jinoh Kang (@iamahuman) commented about dlls/ntdll/unix/unix_private.h:
NTSTATUS Status; ULONG Information; } *io = wine_server_get_ptr( iosb ); - io->Status = status; io->Information = info; + WriteRelease( (LONG *)&io->Status, status );
Why `(LONG *)`? (same for other accesses) -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1342#note_15608