X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=doc%2Fcrypto%2FCRYPTO_get_ex_new_index.pod;h=e87d1a3dedf356f527e180607dbecfe142de4a0a;hb=fde2257f055f187e8e78542ea6d64ad6c206d10b;hp=1720a8f5f49011a468def61104b99acaed6eebe0;hpb=3aef36ffef89849348049296892327e6fdf9d705;p=openssl.git diff --git a/doc/crypto/CRYPTO_get_ex_new_index.pod b/doc/crypto/CRYPTO_get_ex_new_index.pod index 1720a8f5f4..e87d1a3ded 100644 --- a/doc/crypto/CRYPTO_get_ex_new_index.pod +++ b/doc/crypto/CRYPTO_get_ex_new_index.pod @@ -85,7 +85,7 @@ B parameter should be an already-created index value. When setting exdata, the pointer specified with a particular index is saved, and returned on a subsequent "get" call. If the application is going to release the data, it must make sure to set a B value at the index, -to avoid likely double-free crash. +to avoid likely double-free crashes. The function B is used to free all exdata attached to a structure. The appropriate type-specific routine must be used. @@ -124,9 +124,10 @@ for B and B objects. The B and B parameters are pointers to the destination and source B structures, respectively. The B parameter is a pointer to the source exdata. When the dup_func() returns, the value in B is copied to the -destination ex_data. If the pointer contained in B is not modified, -then both B and B will point to the same data. The B, -B and B parameters are as described for the other two callbacks. +destination ex_data. If the pointer contained in B is not modified +by the dup_func(), then both B and B will point to the same data. +The B, B and B parameters are as described for the other +two callbacks. =head1 RETURN VALUES