From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 59AD4385B534; Wed, 25 Oct 2023 16:00:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 59AD4385B534 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1698249627; bh=fXdFkDDAzM3q+drKDKaNoeJQ/32SH4Uf7erOljs+ApU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=KFM9G4PFNoTB7RjX2M5hFaKAu8gNedSjrGdnhAHRAXQlnzGDyB4hKkEfK0jtCZuz+ f5bY0SKq/EKipvUx8X1RwdcKJ+2fXbU/ABnt03eopFbbSvrc9bzRHzNg9bmOL0UCbi l4lH4qymXpsp4yifnw7RhM+hTLaud1Ka/5n/vcic= From: "wcohen at redhat dot com" To: systemtap@sourceware.org Subject: [Bug runtime/30987] Addition of strlcopy and strlcat to glibc prevents compilation of dyninst based systemtap instrumentation Date: Wed, 25 Oct 2023 16:00:26 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: systemtap X-Bugzilla-Component: runtime X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: wcohen at redhat dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: systemtap at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D30987 William Cohen changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #2 from William Cohen --- This is fixed by commit b94816005cf7bb78b14f916d3ba246a623b9560c=20 Author: William Cohen Date: Wed Oct 25 11:51:17 2023 -0400 PR30987: Exclude strlcpy and strlcat for glibc 2.38 and newer The glibc library added strlcpy and strlcat. The inlined functions in runtime/dyninst/linux_defs.h conflicted with the glibc declarations of those functions in /usr/include/string.h. Now linux_defs.h only defines those functions for older version of glibc that do not include them. --=20 You are receiving this mail because: You are the assignee for the bug.=