From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A9EE43858C39; Wed, 14 Jun 2023 16:43:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A9EE43858C39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1686761008; bh=Z4g4bE8hR4w6luNpV5Q/8StgfyvY2GsJwKu0homZHFc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=B2oW7iSxra+K+EfknCaxzm9u3sag12G8C2tnsIfHigwId80yPZtxysDje5mBc6iE+ DOTuKfatcg1DTaTW98/WZl8Xe9MO/KHCFojFV+54t/OnbecjSCkocgVDPoVDpEpTNd JHpCgecNh+FUSFzkfA1EbJtDhOHt9tgI7vCrS5+0= From: "fweimer at redhat dot com" To: glibc-bugs@sourceware.org Subject: [Bug string/178] Please add strlcpy and strlcat (attached) Date: Wed, 14 Jun 2023 16:43:27 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: string X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: fweimer at redhat dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: fweimer at redhat dot com X-Bugzilla-Target-Milestone: 2.38 X-Bugzilla-Flags: security- X-Bugzilla-Changed-Fields: target_milestone resolution bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D178 Florian Weimer changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |2.38 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #8 from Florian Weimer --- Fixed for 2.38 via: commit 454a20c8756c9c1d55419153255fc7692b3d2199 Author: Florian Weimer Date: Wed Jun 14 18:10:08 2023 +0200 Implement strlcpy and strlcat [BZ #178] These functions are about to be added to POSIX, under Austin Group issue 986. The fortified strlcat implementation does not raise SIGABRT if the destination buffer does not contain a null terminator, it just inherits the non-failing regular strlcat behavior. Reviewed-by: Siddhesh Poyarekar --=20 You are receiving this mail because: You are on the CC list for the bug.=