CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/12/07 09:01:03
Modified files:
lib/libtls : tls_verify.c
Log message:
Fix a memory leak in tls_check_subject_altname() by calling
sk_GENERAL_NAME_pop_free() instead of sk_GENERAL_NAME_free(). The latter
only frees the stack itself and does not free the items.
>From Basskrapfen on github.
