bcf7fdca
by Yuxuan Shui at 2025-06-01T16:35:07+02:00
crypt32: Fix invalid access of list head.
At the end of LIST_FOR_EACH_ENTRY, assuming no matches were found, `provider` will point to the list
head, instead of being NULL. As a result we call IsEqualGUID on invalid memory.