From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8051 invoked by alias); 12 Jul 2007 15:15:31 -0000 Received: (qmail 7825 invoked by alias); 12 Jul 2007 15:15:15 -0000 Date: Thu, 12 Jul 2007 15:15:00 -0000 Message-ID: <20070712151515.7824.qmail@sourceware.org> From: "cvs-commit at gcc dot gnu dot org" To: glibc-bugs@sources.redhat.com In-Reply-To: <20070430134618.4438.victor.stinner@inl.fr> References: <20070430134618.4438.victor.stinner@inl.fr> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug libc/4438] vfprintf() segfault with multibyte string and long precision 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/msg00096.txt.bz2 ------- Additional Comments From cvs-commit at gcc dot gnu dot org 2007-07-12 15:15 ------- Subject: Bug 4438 CVSROOT: /cvs/glibc Module name: libc Branch: glibc-2_5-branch Changes by: jakub@sourceware.org 2007-07-12 15:15:03 Modified files: . : ChangeLog stdio-common : test-vfprintf.c vfprintf.c Log message: 2007-05-04 Ulrich Drepper * stdio-common/vfprintf.c (process_string_arg): Adjust call to __mbsnrtowcs after last change. 2007-05-02 Jakub Jelinek * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than fixed length array for ignore. 2007-04-30 Ulrich Drepper [BZ #4438] * stdio-common/vfprintf.c (process_string_arg): Don't overflow the stack for large precisions. * stdio-common/test-vfprintf.c (main): Add test for large precision. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/libc/ChangeLog.diff?cvsroot=glibc&only_with_tag=glibc-2_5-branch&r1=1.10362.2.79&r2=1.10362.2.80 http://sourceware.org/cgi-bin/cvsweb.cgi/libc/stdio-common/test-vfprintf.c.diff?cvsroot=glibc&only_with_tag=glibc-2_5-branch&r1=1.4&r2=1.4.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&r2=1.134.2.1 -- http://sourceware.org/bugzilla/show_bug.cgi?id=4438 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.