From nobody Tue Jul 7 06:54:35 2026 X-Original-To: dev-commits-src-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4gvX5n3lCWz6l2Lr; Tue, 07 Jul 2026 06:54:37 +0000 (UTC) (envelope-from des@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "YR1" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4gvX5n0txsz48vw; Tue, 07 Jul 2026 06:54:37 +0000 (UTC) (envelope-from des@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1783407277; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=rlbrDvlNZ3mSLZAuYRkaBseCzEiGXcBRl759KiR4C+U=; b=ojjLNOMJSe4cn45TKTJc+fjwvTK9P5prB8OZ0GKzPDW5UXvRQk4yFwlujG6EpdkU36Cl7S atquQSxjtdbQQI4xYscVn+veZE2okj3M+Y6nV7Ij/0pbbstpxy3HYGPBgMF8wb31rjpysL 2yUFm6ixdn0bBftqaOK6s+4RtRPKV24aLiARn9bQxyJNEO/VW+CwgkmaAEjiMpAaIPGh5Y as7Ya+hhN1Ja/hDESUF8xmifr0wfoxxTdG/Giq9WDpULD4iF045iHpVJ2wh2nThLkTbVHi mJGfqRTCB4HFY5KClOBelzJYz9VEr8av1bij/X+lXPn8/h1P9rCQquSdGjfPxw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1783407277; a=rsa-sha256; cv=none; b=qxIjWUeCyUO9+HYrxiY/KlF+5dGtuMsJkGRDdXw020K7PismySzQkR+oPHLcSzu4gCdy8+ SB7sBGI0b6Nn3k0+2h9Z7Tyc/RoiODplcpYomRxH9XtRsS5snXQw0vncf+U0tp6iP/z0wT xOe+dxPuKEgHUHBCir05AHw1O3G+DitoOy+38G1EFpJBc89vbTjAKtU3ZnR0SBpKmYlc+g AludprwGn8SSxUt2DNjXanttW0yxor4tDQSZvI15tzD3i2YnNL6ExrGpScHEWNrhpjIxNh 5lGKm74oHxOkxK0CUlpHIUpRvto2mtYyj9TFNdD13314IcQj+q5iGwPIUQXQkA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1783407277; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=rlbrDvlNZ3mSLZAuYRkaBseCzEiGXcBRl759KiR4C+U=; b=SOSmbOqS78fksw4j82El04THDX8M1BhNfRKa2gCKYNJGM76jsgXuivBCMx69Ua2raGD+UM wZ12PN6djlqV9v7cmHgIQs7JGb1A4SzRDoQd/BUk0aiBkan0vy2CckZ5cZJdcDoGqIGd3+ Jz7eG1/XqUfPY3GcrTCKgMy03iinfm59LDkLjtre1vsXhKAx+EZ0OogeFzjm9uTp6ABS2P sUiNPL5OuwRuiYujank+jeS7V/mx8f4druN/mzO9+S7XBMfG5FX0IS0rAJNb7AW3NI1RCQ TdwLOgvQUWllkquJY4Z4WQvvF0N6BQ5oJuYhkm/NKI0kRkuo3PG7XgCSbDSusA== Received: from ltc.des.dev (92-129-202-201.ftth.fr.orangecustomers.net [92.129.202.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: des/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4gvX5m6C5rz18yp; Tue, 07 Jul 2026 06:54:36 +0000 (UTC) (envelope-from des@freebsd.org) Received: by ltc.des.dev (Postfix, from userid 1001) id B69B5AC199; Tue, 07 Jul 2026 08:54:35 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: "Bjoern A. Zeeb" Cc: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: Re: git: fbe0257b5613 - main - libc/resolv: Reimplement the sortlist parser In-Reply-To: <40s77q5o-q2no-p79r-7719-67np83p1934s@mnoonqbm.arg> (Bjoern A. Zeeb's message of "Tue, 7 Jul 2026 05:59:25 +0000 (UTC)") References: <6a4b9e7c.3a45f.1bda28f6@gitrepo.freebsd.org> <40s77q5o-q2no-p79r-7719-67np83p1934s@mnoonqbm.arg> User-Agent: Gnus/5.13 (Gnus v5.13) Date: Tue, 07 Jul 2026 08:54:35 +0200 Message-ID: <8633xv5lxw.fsf@ltc.des.dev> List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-main@freebsd.org Sender: owner-dev-commits-src-main@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable "Bjoern A. Zeeb" writes: > one could likely make the blocks above and below even simpler if one used > inet_cidr_pton(), which will also deal with the mask, so one does not have > to parse it away and checking it onself per-AF. inet_cidr_pton() is undocumented, so it might as well not exist. DES --=20 Dag-Erling Sm=C3=B8rgrav - des@FreeBSD.org