Loading ssl/s3_srvr.c +1 −0 Original line number Diff line number Diff line Loading @@ -246,6 +246,7 @@ int ssl3_accept(SSL *s) } if (!BUF_MEM_grow(buf,SSL3_RT_MAX_PLAIN_LENGTH)) { BUF_MEM_free(buf); ret= -1; goto end; } Loading Loading
ssl/s3_srvr.c +1 −0 Original line number Diff line number Diff line Loading @@ -246,6 +246,7 @@ int ssl3_accept(SSL *s) } if (!BUF_MEM_grow(buf,SSL3_RT_MAX_PLAIN_LENGTH)) { BUF_MEM_free(buf); ret= -1; goto end; } Loading