]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix a possible memleak in SRP_VBASE_new
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Wed, 6 Sep 2023 12:06:52 +0000 (14:06 +0200)
committerTomas Mraz <tomas@openssl.org>
Fri, 8 Sep 2023 07:20:23 +0000 (09:20 +0200)
commit68e95f7840d0d8ac4e5e03381cf9d305578dd1c7
tree78b88d332ae2ed4a6bdb66f3e0776eb1b5050b25
parent17dd9a2c6262c00800301fddd9441a9c590a630e
Fix a possible memleak in SRP_VBASE_new

In the error handling case the memory in
vb->users_pwd was accidentally not released.

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21981)
crypto/srp/srp_vfy.c