Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-11] src/usr.sbin/syslogd



Module Name:    src
Committed By:   sborrill
Date:           Tue Jul  7 13:42:29 UTC 2026

Modified Files:
        src/usr.sbin/syslogd [netbsd-11]: tls.c

Log Message:
Pull up the following revisions(s) (requested by msaitoh in ticket #369):
        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.6.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.




Home | Main Index | Thread Index | Old Index