]> 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:07 +0000 (10:45 +0200)
commit3185e2762402dffba569d9a7377d51d5bb0e4382
tree2f4790daa5ab64ebe68f46d7547baee580962fa0
parent03a9584499589f14363de758fdfb887cbef84790
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)
crypto/modes/siv128.c