CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]        2021/12/09 08:28:58

Modified files:
        lib/libcrypto/bio: bio_lib.c 

Log message:
Fix an issue that might possibly turn into a DOS depending on
how application software uses the API function BIO_indent(3):

If the caller asks for some output, but not more than some negative
number of bytes, give them zero bytes of output rather than drowning
them in nearly INT_MAX bytes.

OK tb@

Reply via email to