From nobody Thu May 21 19:49:00 2026 X-Original-To: dev-commits-src-all@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 4gLzW65qGGz6dn9d; Thu, 21 May 2026 19:49:06 +0000 (UTC) (envelope-from olce@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "R12" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4gLzW653R1z3r5Q; Thu, 21 May 2026 19:49:06 +0000 (UTC) (envelope-from olce@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1779392946; 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: in-reply-to:in-reply-to:references:references; bh=psXLwedjgMtyVs6Wgf2RpwdqBa9L0CBU297uMj7dHCQ=; b=ghKL0e3IGcokcZNooJcU5PgmnW8RBvlTRiQSvwNy6a3UsrP6SALie7EUb/jsRrKbpdmDIy Twm6+kYP3ShdyEEkrIpLbB0g6C0YLbirslY5oFKg0Yl+vlvA+wJR4x4jbtjDTjWNrwhDsT 4DShlwejLUIL0pneQ7hNpBioC+qaKf/Ts9AZtDpOxnKAj1NO5eKhpG8xtOmUsm9NpBhXa5 wJP/A++3CfBqMGCcnKvAgH3+hpn9r5Shk+ugKrrw+DE4+a3cl/9UbSRaANJ+uSQ7ie7XW2 DTokXeM1plBc/aFmFT554tv1OvLbsoWJChu+05iZLuajujpOKUOY4GOQ/AwDDA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1779392946; a=rsa-sha256; cv=none; b=kalvan0D4QGdeFS+eNJSj4jEdOT9c9TI00aHNXeQvSaYAJBCqt0sBSRaNwwwD8EkcJtgpX KvKvv3MAv3Ey5psRNm8Ajz8QDzGZLtpjr+nmbe1H4DjZATsNnsIaYejufh9mhbml+9jv+X tr+ThDA9Cb4CSzxHj80kHcKFS/uQ8sdclx72+B/DQvPqvthr38L1mjPg2mu93tTZ1RPprj DFR440ZmzlaoK3zcxUkfEGh/nsHYyL/0+wBe+q2rNLHq7wbMLSg1VcrQYoiRlMy9w4F+s6 jFlhBpq1mrUzdKyIb4ezkNV4pvrJgmixypO5TJGaj+hAqC5STPSdzmSt+RnJog== 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=1779392946; 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: in-reply-to:in-reply-to:references:references; bh=psXLwedjgMtyVs6Wgf2RpwdqBa9L0CBU297uMj7dHCQ=; b=tnS2Godv7XqGwRicpFwU7Va8pYM8XqG3mJessWkhnvhgMfx0BO2Ovl+EG/QTniEKymdGte MwSlwwLDa+SITkEc6ko+RgUoiMli+aI+DLhgp+mrN8YMQuCEd4t+Hc3ot/g6O4ap8oW3aZ YbnakR3Jrsbajh6WltoxtLSXMLYlxZPG6pCIuvVvROq1aeUHN564JjR/jlMhqon6MpcPQJ LH5gcpbwkrTkSulJplNSX4woiyHxEAQEJDdLdcuncmUaalBszX1MgJnqa7haAvgGR6eKKH yB6FJCRALG2SkYnU4nnlaSTjTikw4WI5hs4V7CGqPJDTfDXxYFy93XKToTkY2w== Received: from ravel.localnet (lfbn-nic-1-328-19.w90-116.abo.wanadoo.fr [90.116.162.19]) (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: olce/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4gLzW56sWZzS5x; Thu, 21 May 2026 19:49:05 +0000 (UTC) (envelope-from olce@freebsd.org) From: Olivier Certner To: Dag-Erling =?UTF-8?B?U23DuHJncmF2?= Cc: src-committers@freebsd.org, Mark Johnston , dev-commits-src-all@freebsd.org, dev-commits-src-branches@freebsd.org Subject: Re: git: 8eb0bbbd2e46 - stable/14 - setcred: Fix buffer overflow Date: Thu, 21 May 2026 21:49:00 +0200 Message-ID: <2387756.viN5riZIyJ@ravel> In-Reply-To: <86se7k8sko.fsf@ltc.des.dev> References: <6a0e0d92.388bf.305dfb8c@gitrepo.freebsd.org> <2094475.n1Ql7ez4OO@ravel> <86se7k8sko.fsf@ltc.des.dev> List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2118762.mIT35NG9lc"; micalg="pgp-sha384"; protocol="application/pgp-signature" --nextPart2118762.mIT35NG9lc Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8"; protected-headers="v1" From: Olivier Certner To: Dag-Erling =?UTF-8?B?U23DuHJncmF2?= Date: Thu, 21 May 2026 21:49:00 +0200 Message-ID: <2387756.viN5riZIyJ@ravel> In-Reply-To: <86se7k8sko.fsf@ltc.des.dev> MIME-Version: 1.0 > You do not have all the facts. Perhaps, but these other facts are irrelevant to the discussion here. Some change was reviewed and, regardless of how it finally came into the tree or who was the original author, that should have been mentioned for exactness and out of courtesy. It's certainly not a big deal though. My initial response was just to add back some of the proper data. And I'll now indeed drop it, since I think everything useful has been said. -- Olivier Certner --nextPart2118762.mIT35NG9lc Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit -----BEGIN PGP SIGNATURE----- iQIzBAABCQAdFiEEmNCxHjkosai0LYIujKEwQJceJicFAmoPYawACgkQjKEwQJce Jie9DA//TuEPqWJCbUw3bUdtecELw4hnAhk4fpssuy0uBd1nJydmXHbKA5DSUnft msPvbgJkyZME66fCvq+YDq6tY82hepnO1rvECTM05aQEO4qGsvWWw5TCWXgj7Qwc QYkAY8ymUKXTN8WCq+F9E3qT1t9fXetKuSj2Zyb34keqdsk5yUSOJjRbmKocAeKI egIWK5s5ZSPA4UVhQp9bkdkWc1RX50L7MwkdbsWl5dc00DZ1Z6Xa03RvtiiAE0tx /BMOW8+mRqY7qwA5C4b4jxpI9aWfENbTIv3UlJjoCenptQqKPxUFiIN/+VSX8wm4 89gvxqr1K4Pz+0AZxePjJEk8bFk5Qu+t8hdSK3fhEPxSNrtmtQUB0TF0P/hWN0YZ m8+WDtnZ4G6WU9sxpQ7CSwLNfj5I1RlSMNeGps3a3JlXwXsN+nw9CNj1iG24bwG4 YBUTi5ZdC4tENunvxabfySAAQhVp3VwKzrUkvIV5snsMAviZ4rm3l4x6rsTQeBA4 w8xjIyF1mJdpEiPqruURjNedtxhdLS3bB1LWVGvd9F7dghV184/I+jWiDvLpY3i3 zdFc/zP7Okpk1GAmJQxPGUXCjGyCdnyxNil2Afsumx3jeZgGh42tFBgtxkgT9bxF UVd3noId6H3sZqUZHSWUO1R63TLnERALBa7JxUMyNOmWgPNDa3k= =EJP/ -----END PGP SIGNATURE----- --nextPart2118762.mIT35NG9lc--