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
I'm not sure why this happens, but it looks like the CredRead function returned a success state but the credentials pointer is still NULL. I added some checking for null pointers to the conversion routines (1c80202) + some tests (3da991f). This should at least fix the panic and instead returns nil as result.
The text was updated successfully, but these errors were encountered: