CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2022/03/31 07:04:47
Modified files: lib/libcrypto/asn1: a_time_tm.c Log message: Fix leak in ASN1_TIME_adj_internal() p is allocated by asprintf() in one of the *_from_tm() functions, so it needs to be freed as in the other error path below. CID 346194 ok jsing