From: Ulf Möller Date: Thu, 24 Feb 2000 22:57:42 +0000 (+0000) Subject: BIO_printf() change X-Git-Tag: OpenSSL_0_9_5beta2~78 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=505b5a0ee07468454d602df07bdb8f1aa4c6fce0;p=oweals%2Fopenssl.git BIO_printf() change --- diff --git a/CHANGES b/CHANGES index 579707a241..8ec551ab66 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,10 @@ Changes between 0.9.4 and 0.9.5 [xx XXX 2000] + *) Fix potential buffer overrun problem in BIO_printf(). + [Ulf Möller, using public domain code by Patrick Powell; problem + pointed out by David Sacerdote ] + *) Support EGD . New functions RAND_egd() and RAND_status(). In the command line application, the EGD socket can be specified like a seed file using RANDFILE