@@ -997,7 +997,7 @@ int TLSX_SNI_GetFromBuffer(const byte* clientHello, word32 helloSz,
if(helloSz<offset+len16)
returnBUFFER_ERROR;
while(len16>OPAQUE16_LEN+OPAQUE16_LEN){
while(len16>=OPAQUE16_LEN+OPAQUE16_LEN){
word16extType;
word16extLen;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.