summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjasper-smit-servicenow <jasper.smit@servicenow.com>2024-07-18 09:45:22 +0200
committerTodd Short <todd.short@me.com>2024-07-21 12:44:42 -0400
commit4910b0bc2999f9911a2f1454d221a3d3d0d65ebd (patch)
tree0ea5dd4a6ff7b59c6bfc61ec936f36b47e336a41
parent5d44130278a693e332bdc09936c79e1e7cbce2c7 (diff)
Update X509V3_get_d2i.pod returned pointer needs to be freed
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) (cherry picked from commit a4fd94851261c55f9ad020bf22d4f29bda0b58be) (cherry picked from commit 12c38af865a0a60c98f6b63de5be4b8ce2d1ace5) (cherry picked from commit 607e186d070df2bc8c5abafbc949e8ef568614bd)
-rw-r--r--doc/man3/X509V3_get_d2i.pod1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/man3/X509V3_get_d2i.pod b/doc/man3/X509V3_get_d2i.pod
index 4a2e81b0db..dc00090b84 100644
--- a/doc/man3/X509V3_get_d2i.pod
+++ b/doc/man3/X509V3_get_d2i.pod
@@ -108,6 +108,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