]> 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:34 +0000 (10:45 +0200)
commit0f46ba6f5d82e01d44f23627505962a5692f807f
tree0f2090a5aff2afcad66d55af0e5271c552472895
parenteea06949552b28a5a618affcc3ea0bbbbef41e9a
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