CVS commit: src
"Taylor R Campbell" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: riastradh Date: Tue Jun 30 23:15:31 UTC 2026 Modified Files: src/lib/libc/citrus/modules: citrus_hz.c src/tests/lib/libc/locale: t_iconv.c Log Message: iconv(3): Fix null pointer dereference with HZ8 encoding. Based on a report by Nick Wellnhofer. PR 59019: various iconv issues To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/libc/citrus/modules/citrus_hz.c cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/locale/t_iconv.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.