Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D92D784EBB for ; Fri, 8 Sep 2023 18:17:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id FJCb-q3gxMgl for ; Fri, 8 Sep 2023 18:17:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7A8F584D14 for ; Fri, 8 Sep 2023 18:17:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 739C5FBDB; Fri, 8 Sep 2023 18:17:41 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 8 Sep 2023 14:17:41 -0400 From: "Christos Zoulas" Subject: CVS commit: src/lib/libc/net To: source-changes@NetBSD.org Approved: for-source-only Reply-To: christos@netbsd.org X-Mailer: log_accum Message-Id: <20230908181741.739C5FBDB@cvs.NetBSD.org> Module Name: src Committed By: christos Date: Fri Sep 8 18:17:41 UTC 2023 Modified Files: src/lib/libc/net: getnameinfo.c Log Message: PR/57609: Carl Engvall: Add salen checks but accept larger sizes (upto sockaddr_storage) To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/lib/libc/net/getnameinfo.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.