From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1B9F83858CDA; Tue, 24 Oct 2023 18:15:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1B9F83858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1698171310; bh=UNVElLfDu5gqBdclx6YnTm3R/jlFV3j6NAh3lYrcVz0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=rnYe0WlLDjKSAO+A/WAAUpHYbu0HywkmHdd+1oLJ+A24OTXeQZiSappMGuuFAyTxW JDMaRyWzDtzMoskABWCrhe1FQM+d0GO/7wZ6gtYidb9ejC9VxVRRfw1be6ZOqetPDt lg+qlb7a63gb26EQYry1gbTFCWAKV3TDUaUqkTmk= 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: Tue, 24 Oct 2023 18:15:09 +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: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: systemtap at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 --- Comment #1 from William Cohen --- Was originally thinking that could do a STAPCONF* define as for various ker= nel changes. However, for the dyninst backend those autoconf tests are not run= and use the define to control whether the strlcat and strlcpy inline functions = are provided. As strlcat and strlcpy are inlined functions can't really make the inline function and the glibc string.h declarations line up. --=20 You are receiving this mail because: You are the assignee for the bug.=