Branch: refs/heads/openssl-3.1
Home: https://github.com/openssl/openssl
Commit: b3840494e921cdc2ed73ba4de59907f2e7a285fe
https://github.com/openssl/openssl/commit/b3840494e921cdc2ed73ba4de59907f2e7a285fe
Author: slontis <[email protected]>
Date: 2022-11-21 (Mon, 21 Nov 2022)
Changed paths:
M crypto/x509/v3_addr.c
M test/v3ext.c
Log Message:
-----------
Fix coverity issues in X509v3_addr
CID 1516955 : Null pointer deref (REVERSE_INULL)
CID 1516954 : Null pointer deref (REVERSE_INULL)
CID 1516953 : RESOURCE_LEAK of child
Reviewed-by: Paul Dale <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/19700)
(cherry picked from commit 26cfa4cd85f6b26dd7a48c2ff06bfa4a2cea4764)