CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2025/03/20 03:41:47
Modified files: lib/libcrypto/asn1: x_name.c Log message: Plug a memory leak in x509_name_encode() This is nearly identical to a leak fixed by miod 10 years ago in x509_name_canon() but was missed in r1.30. This entire file needs a metric ton of bleach, but my head currently spins too much for tackling this, so go with the cheap one-liner. >From Niels Dossche