Fix the check of BIO_set_write_buffer_size and BIO_set_read_buffer_size
authorPeiwei Hu <jlu.hpw@foxmail.com>
Fri, 2 Dec 2022 08:35:53 +0000 (16:35 +0800)
committerTomas Mraz <tomas@openssl.org>
Mon, 5 Dec 2022 12:04:18 +0000 (13:04 +0100)
commit25d02f333b9a5531fa88db294f69a8347f275858
treecb095ae1ddb91853d228af198fb9f3e088102e10
parentb794476df71441a6d30740ab9fadcc0f6d18d3d6
Fix the check of BIO_set_write_buffer_size and BIO_set_read_buffer_size

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19819)
apps/s_server.c
crypto/bio/bf_buff.c
crypto/bio/bf_lbuf.c
ssl/ssl_lib.c