]> git.ipfire.org Git - thirdparty/openssl.git/commit
CMP client: fix three memory leaks in error handling of the polling mechanism added...
authorJoshua Rogers <MegaManSec@users.noreply.github.com>
Fri, 10 Oct 2025 22:57:01 +0000 (06:57 +0800)
committerDr. David von Oheimb <dev@ddvo.net>
Mon, 20 Oct 2025 07:36:29 +0000 (09:36 +0200)
commitc2e845914a4f999183ceb950e915c5525ccdf643
tree33d6870bccf320f65388a27b08ff1edba5a4d7fd
parentb2ed1b72fa56e71d53af213e6e5557dcce171a2c
CMP client: fix three memory leaks in error handling of the polling mechanism added in 3.3

These are in poll_for_response(), OSSL_CMP_try_certreq(), and OSSL_CMP_exec_certreq().

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
(Merged from https://github.com/openssl/openssl/pull/28840)
crypto/cmp/cmp_client.c