]> 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:26 +0000 (12:00 +0100)
commit0abbd3e5ac0a3a7af69849b1a5010b4f0616ca37
treed596a8e2fcf21a0e4623d7b63c8cdd8181804110
parent1f7d2a28877dffdaf607a6fdcc5fcc5f5e030b1e
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)
ssl/ssl_conf.c