mirror of https://github.com/openssl/openssl.git
The __attribute__((malloc)) is for functions that return new memory,
and "the memory [returned by the function] has undefined content", which
is a property that doesn't hold for the *dup functions (the same reason
it doesn't apply to realloc).
Fixes:
|
||
|---|---|---|
| .. | ||
| crypto | ||
| internal | ||
| openssl | ||