]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix memleaks in cmd_RecordPadding()
authorHolger Dengler <dengler@linux.ibm.com>
Mon, 11 Nov 2024 10:29:12 +0000 (11:29 +0100)
committerTomas Mraz <tomas@openssl.org>
Wed, 13 Nov 2024 11:00:45 +0000 (12:00 +0100)
commit4393fdd4a72d9a6f6d9b06528a0ebc9ec46d72d3
tree66c08509d7543a8af5ff73ab8fb11729075c4ed8
parent21821a68e15339f394949c125890d14c94455c1e
Fix memleaks in cmd_RecordPadding()

Free the internal copy of parameter `value` on each early
exit.

Fixes #25906

Signed-off-by: Holger Dengler <dengler@linux.ibm.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25926)

(cherry picked from commit 0abbd3e5ac0a3a7af69849b1a5010b4f0616ca37)
ssl/ssl_conf.c