CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/09/26 03:01:05
Modified files:
lib/libssl : d1_lib.c
Log message:
Have dtls1_new() call dtls1_free() on failure.
Allocate into the appropriate structures and call dtls1_free() on failure,
rather than allocating into local variables and then remembering to free
various things on failure.
ok tb@
