CVS commit: [netbsd-10] src/usr.sbin/syslogd
"Stephen Borrill" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: sborrill Date: Tue Jul 7 07:48:38 UTC 2026 Modified Files: src/usr.sbin/syslogd [netbsd-10]: tls.c Log Message: Pull up the following revisions(s) (requested by msaitoh in ticket #1307): usr.sbin/syslogd/tls.c: revision 1.22-1.25 syslogd: Fix memory leak in match_certfile(). Use X509_free() to deallocate certfile data in init_global_TLS_CTX(). Fix mem-leak of match_hostname(). ASN1_OCTET_STRING must be deallocated. Fix memory-leak during tls_send(). Found and fixed by Masakazu OOHASHI at IIJ. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.21.2.1 src/usr.sbin/syslogd/tls.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.