From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 30D6538425B9; Tue, 30 Aug 2022 08:48:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 30D6538425B9 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1661849324; bh=KDNKRel9pz7ILjZPDx6PEpglgsgDJe5xgn2ea76pp8M=; h=From:To:Subject:Date:In-Reply-To:References:From; b=t13os4obdFPCxrV3A2gl6ME2b877Bv61I3Q2lOTXyNvns/WIrgFjv0nxZcnwgTXXu Wiv5SibWx0LKdKCeITwhZtCwonfqn4VR8xpQ2DC1HxVfBWwKxBxPnwwV5sPMTL9lou ZH5yM7gdl6BS3oMyDE6V7WCj9fPR1gNeHb+vnzI0= From: "cvs-commit at gcc dot gnu.org" To: glibc-bugs@sourceware.org Subject: [Bug stdio/26211] printf integer overflow calculating allocation size Date: Tue, 30 Aug 2022 08:48:43 +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.32 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: 2.32 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=3D26211 --- Comment #7 from cvs-commit at gcc dot gnu.org --- The release/2.31/master branch has been updated by Florian Weimer : https://sourceware.org/git/gitweb.cgi?p=3Dglibc.git;h=3Dc8f2a3e8038232f7707= d11b4629f5d5cf32244fc commit c8f2a3e8038232f7707d11b4629f5d5cf32244fc Author: Andreas Schwab Date: Mon Aug 29 15:05:40 2022 +0200 Add test for bug 29530 This tests for a bug that was introduced in commit edc1686af0 ("vfprint= f: Reuse work_buffer in group_number") and fixed as a side effect of commit 6caddd34bd ("Remove most vfprintf width/precision-dependent allocations (bug 14231, bug 26211)."). (cherry picked from commit ca6466e8be32369a658035d69542d47603e58a99) --=20 You are receiving this mail because: You are on the CC list for the bug.=