]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix doublefree after failure in ossl_siv128_init()
authorTomas Mraz <tomas@openssl.org>
Tue, 23 Sep 2025 15:00:00 +0000 (17:00 +0200)
committerTomas Mraz <tomas@openssl.org>
Thu, 25 Sep 2025 08:45:53 +0000 (10:45 +0200)
commit5c3602ca5c60ada6b3c889bc6ed213f9a7e9c791
tree48a23f94781c1fde5343c96adaed3f1a770fb3df
parentb1494a37b63a77e9d09c6761b0b8215c4e05c6a8
Fix doublefree after failure in ossl_siv128_init()

The issue was reported by Ronald Crane from Zippenhop LLC.

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/28644)

(cherry picked from commit 3185e2762402dffba569d9a7377d51d5bb0e4382)
crypto/modes/siv128.c