From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16611 invoked by alias); 12 Jul 2007 15:23:58 -0000 Received: (qmail 16584 invoked by alias); 12 Jul 2007 15:23:49 -0000 Date: Thu, 12 Jul 2007 15:23:00 -0000 Message-ID: <20070712152349.16583.qmail@sourceware.org> From: "cvs-commit at gcc dot gnu dot org" To: glibc-bugs@sources.redhat.com In-Reply-To: <20070516205925.4514.steve.hawkes@motorola.com> References: <20070516205925.4514.steve.hawkes@motorola.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug libc/4514] printf_unknown calculates work_buffer size incorrectly X-Bugzilla-Reason: CC 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 X-SW-Source: 2007-07/txt/msg00101.txt.bz2 ------- Additional Comments From cvs-commit at gcc dot gnu dot org 2007-07-12 15:23 ------- Subject: Bug 4514 CVSROOT: /cvs/glibc Module name: libc Branch: glibc-2_5-branch Changes by: jakub@sourceware.org 2007-07-12 15:23:38 Modified files: . : ChangeLog stdio-common : tst-sprintf.c vfprintf.c Log message: 2007-05-21 Jakub Jelinek [BZ #4514] * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable, reinitialize workend at the start of each do_positional format spec loop, free workstart before do_positional loops. (printf_unknown): Fix size of work_buffer. * stdio-common/tst-sprintf.c (main): Add 3 new testcases. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/libc/ChangeLog.diff?cvsroot=glibc&only_with_tag=glibc-2_5-branch&r1=1.10362.2.85&r2=1.10362.2.86 http://sourceware.org/cgi-bin/cvsweb.cgi/libc/stdio-common/tst-sprintf.c.diff?cvsroot=glibc&only_with_tag=glibc-2_5-branch&r1=1.3&r2=1.3.8.1 http://sourceware.org/cgi-bin/cvsweb.cgi/libc/stdio-common/vfprintf.c.diff?cvsroot=glibc&only_with_tag=glibc-2_5-branch&r1=1.134.2.2&r2=1.134.2.3 -- http://sourceware.org/bugzilla/show_bug.cgi?id=4514 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.