]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Update X509V3_get_d2i.pod returned pointer needs to be freed
authorjasper-smit-servicenow <jasper.smit@servicenow.com>
Thu, 18 Jul 2024 07:45:22 +0000 (09:45 +0200)
committerTodd Short <todd.short@me.com>
Sun, 21 Jul 2024 16:39:14 +0000 (12:39 -0400)
CLA: trivial

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Todd Short <todd.short@me.com>
(Merged from https://github.com/openssl/openssl/pull/24927)

doc/man3/X509V3_get_d2i.pod

index b5abd2ff28c8545055b4420d74f72bb9be9eb9b4..d631ffba888b95d8c5cc194d5d6a2091aa549938 100644 (file)
@@ -119,6 +119,7 @@ The function X509V3_get_d2i() and its variants
 will return NULL if the extension is not
 found, occurs multiple times or cannot be decoded. It is possible to
 determine the precise reason by checking the value of I<*crit>.
+The returned pointer must be explicitly freed.
 
 The function X509V3_add1_i2d() and its variants allocate B<X509_EXTENSION>
 objects on STACK I<*x> depending on I<flags>. The B<X509_EXTENSION> objects