CVS: cvs.openbsd.org: src
Florian Obser <[email protected]> Tue, 21 Jul 2026 03:50:31 -0600 (MDT)
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/07/21 03:50:31 Modified files: lib/libc/asr : gethostnamadr_async.c res_send_async.c Log message: DNS names are not proper C strings, they can contain NUL octets. If we want to use string functions (e.g. for comparison) we first need to convert them. with dgl some time ago OK dlg