Date: Fri, 30 Apr 2021 12:07:49 -0400 From: "Christos Zoulas" <chris...@netbsd.org> Message-ID: <20210430160749.3a4dbf...@cvs.netbsd.org>
| src/include: resolv.h | | Log Message: | Default to check-names for safety. Please don't do that, check-names applies at the wrong place, and is far too big a hammer. Applications which actually depend upon names returned (all that ever matters) having (or not having) some particular syntax should be verifying that before using it, just like any other data received over the network. What is to be valid, and what is a problem, varies from application to application. kre