]> git.ipfire.org Git - thirdparty/openssl.git/commit
Maximum return value of BIO_ctrl_(w)pending is SIZE_MAX
authorTomas Mraz <tomas@openssl.org>
Tue, 20 Sep 2022 14:48:59 +0000 (16:48 +0200)
committerHugo Landau <hlandau@openssl.org>
Fri, 23 Sep 2022 13:27:14 +0000 (14:27 +0100)
commitc6be0aa8ac3c172ad998ce33f392143312bfe760
treef7527c328b78cdb6afc9a0667fa428cd7b0d7533
parente9809f8a09147bc27f974caa908b04439c006625
Maximum return value of BIO_ctrl_(w)pending is SIZE_MAX

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19240)
crypto/bio/bio_lib.c