From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19597 invoked by alias); 3 Oct 2012 20:43:11 -0000 Received: (qmail 19564 invoked by uid 48); 3 Oct 2012 20:42:59 -0000 From: "jrnieder at gmail dot com" To: glibc-bugs@sources.redhat.com Subject: [Bug stdio/14667] New: [2.16 backport] Don't parse %s format argument as multibyte string Date: Wed, 03 Oct 2012 20:43:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: stdio X-Bugzilla-Keywords: glibc_2.16 X-Bugzilla-Severity: normal X-Bugzilla-Who: jrnieder at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: carlos_odonell at mentor dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 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: 2012-10/txt/msg00037.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=14667 Bug #: 14667 Summary: [2.16 backport] Don't parse %s format argument as multibyte string Product: glibc Version: 2.16 Status: NEW Keywords: glibc_2.16 Severity: normal Priority: P2 Component: stdio AssignedTo: carlos_odonell@mentor.com ReportedBy: jrnieder@gmail.com Classification: Unclassified Created attachment 6665 --> http://sourceware.org/bugzilla/attachment.cgi?id=6665 cherry-pick commit 715a900c9085907fa749589bf738b192b1a2bda5 The following should be backported to 2.16: commit 715a900c9085907fa749589bf738b192b1a2bda5 Author: Jeff Law Date: Fri Sep 28 12:48:42 2012 -0600 2012-09-28 Andreas Schwab [BZ #6530] * stdio-common/vfprintf.c (process_string_arg): Revert 2000-07-22 change. 2011-09-28 Jonathan Nieder * stdio-common/Makefile (tst-sprintf-ENV): Set environment for testcase. * stdio-common/tst-sprintf.c: Include (main): Test sprintf's handling of incomplete multibyte characters. Backport attached. Its passes with the change and does not pass without. No new test failures. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.