From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5131 invoked by alias); 7 Jan 2014 11:06:28 -0000 Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org Received: (qmail 5099 invoked by uid 55); 7 Jan 2014 11:06:24 -0000 From: "cvs-commit at gcc dot gnu.org" To: glibc-bugs@sourceware.org Subject: [Bug stdio/14286] Integer overflow in computing allocation size in vfwprintf %s handling Date: Tue, 07 Jan 2014 11:06:00 -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: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned 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 X-SW-Source: 2014-01/txt/msg00084.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=3D14286 --- Comment #2 from cvs-commit at gcc dot gnu.org --- This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU C Library master sources". The branch, master has been updated via 94c8a4bc574c58f90a41c5a0fd719608741d3bae (commit) from b513cbf751bc891f5f9dce96fba4a5b295f8f840 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- https://sourceware.org/git/gitweb.cgi?p=3Dglibc.git;h=3D94c8a4bc574c58f90a4= 1c5a0fd719608741d3bae commit 94c8a4bc574c58f90a41c5a0fd719608741d3bae Author: Ond=C5=99ej B=C3=ADlka Date: Tue Jan 7 12:02:15 2014 +0100 Fix integer overflow in vfwprintf. Fixes bug 14286. ----------------------------------------------------------------------- Summary of changes: ChangeLog | 5 +++++ NEWS | 28 ++++++++++++++-------------- stdio-common/vfprintf.c | 8 +++++++- 3 files changed, 26 insertions(+), 15 deletions(-) --=20 You are receiving this mail because: You are on the CC list for the bug. >>From glibc-bugs-return-20684-listarch-glibc-bugs=sources.redhat.com@sourceware.org Tue Jan 07 11:07:27 2014 Return-Path: Delivered-To: listarch-glibc-bugs@sources.redhat.com Received: (qmail 5570 invoked by alias); 7 Jan 2014 11:07:26 -0000 Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org Delivered-To: mailing list glibc-bugs@sourceware.org Received: (qmail 5534 invoked by uid 48); 7 Jan 2014 11:07:23 -0000 From: "neleai at seznam dot cz" To: glibc-bugs@sourceware.org Subject: [Bug stdio/14286] Integer overflow in computing allocation size in vfwprintf %s handling Date: Tue, 07 Jan 2014 11:07:00 -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: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: neleai at seznam dot cz X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cc resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-01/txt/msg00085.txt.bz2 Content-length: 571 https://sourceware.org/bugzilla/show_bug.cgi?id=14286 Ondrej Bilka changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |neleai at seznam dot cz Resolution|--- |FIXED --- Comment #3 from Ondrej Bilka --- Fixed -- You are receiving this mail because: You are on the CC list for the bug.