Update - OpenSSL 1.1.1-pre7-dev
This commit is contained in:
@@ -216,6 +216,8 @@ static int mem_write(BIO *b, const char *in, int inl)
|
||||
goto end;
|
||||
}
|
||||
BIO_clear_retry_flags(b);
|
||||
if (inl == 0)
|
||||
return 0;
|
||||
blen = bbm->readp->length;
|
||||
mem_buf_sync(b);
|
||||
if (BUF_MEM_grow_clean(bbm->buf, blen + inl) == 0)
|
||||
|
||||
Reference in New Issue
Block a user