You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The method Certificate.GetContainersFromCngProvider in dotnet-mage does not free the enumState void pointer with NcryptMethods.NCryptFreeBuffer. This might leak memory depending on the implementation of the crypto provider.
The text was updated successfully, but these errors were encountered:
Description
The method
Certificate.GetContainersFromCngProvider
in dotnet-mage does not free theenumState
void pointer withNcryptMethods.NCryptFreeBuffer
. This might leak memory depending on the implementation of the crypto provider.The text was updated successfully, but these errors were encountered: