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
There was some lint on windows builds. One in particular was a
significant issue - the missing call to size_of meant that we were
actively lying to the windows kernel about the size of our
SECURITY_ATTRIBUTES structure. Fortunately there is no user supplied
data in this call.
0 commit comments