CVS: cvs.openbsd.org: src
David Leadbeater <[email protected]>
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/06/25 20:28:59 Modified files: lib/libc/asr : getaddrinfo_async.c Log message: Make getaddrinfo(3) check hnok_lenient() earlier. r1.60 added special handling for localhost names; this was done before the hnok_lenient() check, ensure this validation applies to localhost names too. ok florian