mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-10 15:50:47 -04:00
Clarify wording on allocation
Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
parent
4a67c351a8
commit
5ad5e1657d
@ -425,7 +425,7 @@ static int x509_get_attr_type_value( unsigned char **p,
|
|||||||
* same set so that they are "merged" together in the functions that consume
|
* same set so that they are "merged" together in the functions that consume
|
||||||
* this list, eg mbedtls_x509_dn_gets().
|
* this list, eg mbedtls_x509_dn_gets().
|
||||||
*
|
*
|
||||||
* On success, this function allocates a linked list starting at cur->next
|
* On success, this function may allocate a linked list starting at cur->next
|
||||||
* that must later be free'd by the caller using mbedtls_free(). In error
|
* that must later be free'd by the caller using mbedtls_free(). In error
|
||||||
* cases, this function frees all allocated memory internally and the caller
|
* cases, this function frees all allocated memory internally and the caller
|
||||||
* has no freeing responsibilities.
|
* has no freeing responsibilities.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user