Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use correct strdup function in macro
Coverity disovered a mismatch between the function we used to allocated the strings and the function used to free them. In practice this is not a problem on most systems, but there are those wehre free() and OPENSSL_free() may actually differ. Fixes: CID 469502: Incorrect deallocator used (ALLOC_FREE_MISMATCH) CID 469503: Incorrect deallocator used (ALLOC_FREE_MISMATCH) Signed-off-by: Simo Sorce <[email protected]>
- Loading branch information