]> git.ipfire.org Git - thirdparty/openssl.git/commit
Extend the SSL_free_buffers testing
authorMatt Caswell <matt@openssl.org>
Thu, 25 Apr 2024 08:34:16 +0000 (09:34 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 28 May 2024 12:58:27 +0000 (13:58 +0100)
commit6fef334f914abfcd988e53a32d19f01d84529f74
treef0df867d7be4929171a4fb24f3e45d05eac060ce
parent2d05959073c4bf8803401668b9df85931a08e020
Extend the SSL_free_buffers testing

Test that attempting to free the buffers at points where they should not
be freed works as expected.

Follow on from CVE-2024-4741

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24395)

(cherry picked from commit 4238abc17d44383592f92d6254d89dac806ee76b)
test/sslbuffertest.c