From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3CFB13858D37; Mon, 22 May 2023 16:42:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3CFB13858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1684773764; bh=fonsIk1Fvh29iiUUHyI8GbvAU7iR1QbloMP6JW+kTKQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ZG9k6BWnPux/LpEfK3ICDg1n6e+iCs82HYtyYU3NXvT2BD+V6OtyYypboUQyThufi 6YemEqDsV1T4994stIBFw00acZFhrL+Oau0kCAi0+5+xAOgqnd9voxOE6Clzw0mMUK yDsirqupYrF6UqSKgUHKBNvSgzLMbl9IxFkwp4c4= From: "eggert at cs dot ucla.edu" To: glibc-bugs@sourceware.org Subject: [Bug libc/30371] C2x strtol binary constant handling is incomplete Date: Mon, 22 May 2023 16:42:43 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: eggert at cs dot ucla.edu X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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=3D30371 eggert at cs dot ucla.edu changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |eggert at cs dot ucla.edu --- Comment #4 from eggert at cs dot ucla.edu --- I installed the following patch to Gnulib: https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=3D3ad52f3e21db96096= 105256ff66ebf480703a09f This should work around this glibc bug in applications that use Gnulib. However, these applications will compile their own substitutes for strtol e= tc. It'd be better to fix this in glibc. --=20 You are receiving this mail because: You are on the CC list for the bug.=