May 15, 2026
4:17 p.m.
Hans Leidekker (@hans) commented about dlls/secur32/schannel.c:
return SEC_E_INCOMPLETE_MESSAGE; }
+ if (!is_dtls_context(ctx) && !is_tls_record_header(ptr[TLS_RECORD_TYPE_OFFSET], ptr[TLS_RECORD_VERSION_MAJOR_OFFSET]))
Passing the ptr to is_tls_record_header() and handling the offsets there would be cleaner IMO. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10916#note_140051