Re: [PATCH v2 2/2] secur32: Protect SSLRead/Write with cs on OSX
14 Sep
2017
14 Sep
'17
6 p.m.
Hi Anton, On 14.09.2017 18:30, Anton Romanov wrote:
@@ -742,6 +743,9 @@ BOOL schan_imp_create_session(schan_imp_session *session, schan_credentials *cre if (!s) return FALSE;
+ InitializeCriticalSection(&s->cs); + DEBUG_SET_CRITSEC_NAME(&s->cs, "schannel_session");
AFAICS this won't compile, this macro is not defined. If you don't have Mac to test, that's fine. I will fix it and test for you. Jacek
3010
Age (days ago)
3010
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jacek Caban