]> 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:52:00 +0000 (13:52 +0100)
commit4238abc17d44383592f92d6254d89dac806ee76b
treea4fc89a75f34fb43d480c8414afdba23f293b4a4
parentd146349171101dec3a876c13eb7a6dea32ba62ba
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)
test/sslbuffertest.c