From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id 405D33857C48 for ; Thu, 28 Jul 2022 13:54:32 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 405D33857C48 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org Received: from tarox.wildebeest.org (83-87-18-245.cable.dynamic.v4.ziggo.nl [83.87.18.245]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 24EA2303C3D5; Thu, 28 Jul 2022 15:54:31 +0200 (CEST) Received: by tarox.wildebeest.org (Postfix, from userid 1000) id 9A3E1413CBBB; Thu, 28 Jul 2022 15:54:30 +0200 (CEST) Message-ID: <599244a002f775cf06acd1179c8bd34aa1ddaee2.camel@klomp.org> Subject: Re: [PATCH] libdwfl: Rewrite reading of ar_size in elf_begin_rand From: Mark Wielaard To: elfutils-devel@sourceware.org Cc: Siddhesh Poyarekar Date: Thu, 28 Jul 2022 15:54:30 +0200 In-Reply-To: <20220728134844.8618-1-mark@klomp.org> References: <20220728134844.8618-1-mark@klomp.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Evolution 3.28.5 (3.28.5-10.el7) Mime-Version: 1.0 X-Spam-Status: No, score=-5.6 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: elfutils-devel@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Elfutils-devel mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jul 2022 13:54:33 -0000 On Thu, 2022-07-28 at 15:48 +0200, Mark Wielaard wrote: > With GCC 12.1.1, glibc 2.3a, -fsanitize=3Dundefined and > -D_FORTIFY_SOURCE=3D3 we get the following error message: Sorry for the typo, it is glibc 2.35. Basically an up to date Fedora 36 system (replicated on x86_64, ppc64le and s390x).