]> 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:28:13 +0000 (13:28 +0100)
commit566f3069169b9fab4fbb23da98c3c91730dd5209
tree73369f906cc2c505ac436452026f7a5170950171
parentbfb8128190632092b3a66465838b87b469455cec
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