CVS commit: src/usr.sbin/syslogd
"SAITOH Masanobu" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: msaitoh Date: Fri Jul 3 09:44:18 UTC 2026 Modified Files: src/usr.sbin/syslogd: tls.c Log Message: syslogd: Fix memory-leak during tls_send() Dealocate unhandled line buffers when error occurred. Note that it's freed in dispatch_tls_send() on success. Found and fixed by Masakazu OOHASHI at IIJ. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 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.