CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/04/14 11:39:04
Modified files:
lib/libcrypto/bio: bio_lib.c
Log message:
Add input validation to BIO_read()/BIO_write().
Some bread/bwrite functions implement this themselves, while others do not.
This makes it consistent across all BIO implementations.
Addresses an issue that Guido Vranken found with his fuzzer.
ok tb@
