10 Jul
2024
10 Jul
'24
8:11 a.m.
The sequence lives in the object header, and the object is containing the shm struct. The code was reading before the dummy_shm variable and sometimes asserted that the sequence isn't initialized to zero. Fixes a random wineserver crash, sorry about that. -- v2: server: Use a shared_object_t for the dummy object. https://gitlab.winehq.org/wine/wine/-/merge_requests/6037