Commit 7f5f01cf authored by Matt Caswell's avatar Matt Caswell
Browse files

Read up to INT_MAX when calling legacy BIO_read() implementations



In converting a new style BIO_read() call into an old one, read
as much data as we can (INT_MAX), if the size of the buffer is
>INT_MAX.

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
parent ac0edec1
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment