30 May
2025
30 May
'25
1:03 p.m.
At the end of LIST_FOR_EACH_ENTRY, assuming no matches are found, `provider` will point to the list head, not NULL, as a result we call IsEqualGUID on invalid memory. -- v2: crypt32: Fix invalid access of list head. https://gitlab.winehq.org/wine/wine/-/merge_requests/8179