Branch: refs/heads/master
Home: https://github.openssl.org/openssl/openssl
Commit: 28adea95975c3ea53fc590efda35dee13efd4767
https://github.openssl.org/openssl/openssl/commit/28adea95975c3ea53fc590efda35dee13efd4767
Author: slontis <[email protected]>
Date: 2022-06-28 (Tue, 28 Jun 2022)
Changed paths:
M crypto/rsa/rsa_backend.c
Log Message:
-----------
Fix memory leak in ossl_rsa_fromdata.
Occurs if a malloc failure happens inside collect_numbers()
Reported via #18365
Reviewed-by: Matt Caswell <[email protected]>
Reviewed-by: Bernd Edlinger <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/18646)