[openssl/openssl] e9809f: Fix error return values from BIO_ctrl_(w)pending()
Tomáš Mráz
noreply at github.com
Fri Sep 23 13:30:55 UTC 2022
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: e9809f8a09147bc27f974caa908b04439c006625
https://github.com/openssl/openssl/commit/e9809f8a09147bc27f974caa908b04439c006625
Author: Tomas Mraz <tomas at openssl.org>
Date: 2022-09-23 (Fri, 23 Sep 2022)
Changed paths:
M crypto/bio/bio_lib.c
M doc/man3/BIO_ctrl.pod
Log Message:
-----------
Fix error return values from BIO_ctrl_(w)pending()
Reviewed-by: Hugo Landau <hlandau at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19240)
Commit: c6be0aa8ac3c172ad998ce33f392143312bfe760
https://github.com/openssl/openssl/commit/c6be0aa8ac3c172ad998ce33f392143312bfe760
Author: Tomas Mraz <tomas at openssl.org>
Date: 2022-09-23 (Fri, 23 Sep 2022)
Changed paths:
M crypto/bio/bio_lib.c
Log Message:
-----------
Maximum return value of BIO_ctrl_(w)pending is SIZE_MAX
Reviewed-by: Hugo Landau <hlandau at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19240)
Compare: https://github.com/openssl/openssl/compare/538ee4e09774...c6be0aa8ac3c
More information about the openssl-commits
mailing list