openssl/include
slontis d60b37506d Fix BIO_get_new_index() to return an error when it is exhausted.
Fixes #23655

BIO_get_new_index() returns a range of 129..255.

It is set to BIO_TYPE_START (128) initially and is incremented on each
call.
>= 256 is reserved for the class type flags (BIO_TYPE_DESCRIPTOR) so it
should error if it reaches the upper bound.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23732)
2024-03-11 11:34:25 +00:00
..
crypto s390x: Fix build on s390x with 'disable-asm' 2024-02-06 09:30:11 +01:00
internal QUIC: Make QUIC transport error codes public 2024-03-07 23:48:49 +00:00
openssl Fix BIO_get_new_index() to return an error when it is exhausted. 2024-03-11 11:34:25 +00:00