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
Function strlen(c->ssl->ciphers[i]) sends Segmentation fault signal, trying get len from unsigned char (there isn't null terminator).
Also the module isn't compiled with flag -Werror. There are some functions, which use c->ssl->ciphers and c->ssl->extensions like char *, but they have type unsigned short *.
The text was updated successfully, but these errors were encountered:
Function
strlen(c->ssl->ciphers[i])
sends Segmentation fault signal, trying get len fromunsigned char
(there isn't null terminator).Also the module isn't compiled with flag
-Werror
. There are some functions, which usec->ssl->ciphers
andc->ssl->extensions
likechar *
, but they have typeunsigned short *
.The text was updated successfully, but these errors were encountered: