CVS commit: [netbsd-9] 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: Mon Jul 6 16:19:46 UTC 2026 Modified Files: src/usr.sbin/syslogd [netbsd-9]: tls.c Log Message: Pull up the following revisions(s) (requested by msaitoh in ticket #2034): usr.sbin/syslogd/tls.c: revision 1.23-1.25 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(). To generate a diff of this commit: cvs rdiff -u -r1.16.6.2 -r1.16.6.3 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.