From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 782943858D38; Mon, 6 Feb 2023 15:21:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 782943858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1675696913; bh=+NA7uYMCKbDgJxwtSa4+Snm8DL08RZa42VEG0S0Nm4I=; h=From:To:Subject:Date:In-Reply-To:References:From; b=RwVm0seX8xZSRsymyt+/PjwLj8QxdmPYkDpRqDW9Pa7ckRShsVlCMKD6jvmur8XQu h+vv4DK9hUeeVtLM2fHRslEP2cvQaB+08E0SyQ7Ki7xmkWLg/UIzQAAyhTeag1ulh9 Y47yH6nexsQV2uZpQQK6T5EbWhHFdHM1kyaJOJ70= From: "cvs-commit at gcc dot gnu.org" To: glibc-bugs@sourceware.org Subject: [Bug stdio/23432] incorrect printf output for integers with thousands separator and precision field larger than the number of digits (needing leading zeros) Date: Mon, 06 Feb 2023 15:21:52 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: stdio X-Bugzilla-Version: 2.27 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org 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: security- 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=3D23432 --- Comment #9 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Carlos O'Donell : https://sourceware.org/git/gitweb.cgi?p=3Dglibc.git;h=3Dc980549cc6a1c03c23c= c2fe3e7b0fe626a0364b0 commit c980549cc6a1c03c23cc2fe3e7b0fe626a0364b0 Author: Carlos O'Donell Date: Thu Jan 19 12:50:20 2023 +0100 Account for grouping in printf width (bug 30068) This is a partial fix for mishandling of grouping when formatting integers. It properly computes the width in the presence of grouping characters when the width is larger than the number of significant digits. The precision related issue is documented in bug 23432. Co-authored-by: Andreas Schwab --=20 You are receiving this mail because: You are on the CC list for the bug.=