From: Bodo Möller Date: Tue, 3 Aug 1999 08:31:13 +0000 (+0000) Subject: comment X-Git-Tag: OpenSSL_0_9_4~33 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=316d5cdc85753603a1aad514fd1714c22aff7f13;ds=sidebyside comment --- diff --git a/crypto/bio/bss_bio.c b/crypto/bio/bss_bio.c index b6ce509564..99c5cc6d0d 100644 --- a/crypto/bio/bss_bio.c +++ b/crypto/bio/bss_bio.c @@ -62,9 +62,10 @@ struct bio_bio_st size_t size; char *buf; /* "size" elements (if != NULL) */ - size_t request; /* valid iff peer != NULL; 0 if len != 0; + size_t request; /* valid iff peer != NULL; 0 if len != 0, * otherwise set by peer to number of bytes - * it (unsuccesfully) tried to read. */ + * it (unsuccesfully) tried to read, + * never more than buffer space (size-len) warrants. */ }; static int bio_new(BIO *bio)