]> 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:39 +0000 (10:45 +0200)
commitd92f801b27ea686cb41b1dc3627c6248c6de38ed
treed69c9ed97bafc47689535a58f3237ea8ec5f8b57
parentca1a1ae821885621a1b79f24ef58e9bf4493277c
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