From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32394 invoked by alias); 16 Dec 2014 11:26:45 -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 32106 invoked by uid 55); 16 Dec 2014 11:26:41 -0000 From: "cvs-commit at gcc dot gnu.org" To: glibc-bugs@sourceware.org Subject: [Bug stdio/17522] `fputws' errors out when writing wide characters to unbuffered stream Date: Tue, 16 Dec 2014 11:26: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: 2.21 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: 2.21 X-Bugzilla-Flags: security- X-Bugzilla-Changed-Fields: 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-12/txt/msg00134.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=17522 --- Comment #9 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 a0d424ef9d7fc34f7d1a516f38c8efb1e8692a03 (commit) via 8b460906cdb8ef1501fa5dcff54206b201e527d5 (commit) via fa13e15b9a5cc49c9c6dee33084c3ff54d48e50e (commit) via 0e426475a70800b6a17daa7a8ebbafeabfcbc022 (commit) from 4f646bce1cae4031bfe7517e4793f1edc1a15220 (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=glibc.git;h=a0d424ef9d7fc34f7d1a516f38c8efb1e8692a03 commit a0d424ef9d7fc34f7d1a516f38c8efb1e8692a03 Author: Siddhesh Poyarekar Date: Tue Dec 16 16:53:05 2014 +0530 Fix 'array subscript is above array bounds' warning in res_send.c I see this warning in my build on F21 x86_64, which seems to be due to a weak check for array bounds. Fixed by making the bounds check stronger. This is not an actual bug since nscount is never set to anything greater than MAXNS. The compiler however does not know this, so we need the stronger bounds check to quieten the compiler. https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=8b460906cdb8ef1501fa5dcff54206b201e527d5 commit 8b460906cdb8ef1501fa5dcff54206b201e527d5 Author: Arjun Shankar Date: Tue Dec 16 15:21:01 2014 +0530 Modify libio/tst-fopenloc.c to use test-skeleton.c This test would earlier fail when run under test-skeleton.c due to bug #17522 in 'fputws'. That bug is now fixed and so this test may be modified. https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=fa13e15b9a5cc49c9c6dee33084c3ff54d48e50e commit fa13e15b9a5cc49c9c6dee33084c3ff54d48e50e Author: Arjun Shankar Date: Tue Dec 16 15:19:51 2014 +0530 Modify stdlib/tst-bsearch.c to use test-skeleton.c This test used to define a 'struct entry' that conflicts with the definition in search.h included in test-skeleton. The struct is now renamed 'item'. https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=0e426475a70800b6a17daa7a8ebbafeabfcbc022 commit 0e426475a70800b6a17daa7a8ebbafeabfcbc022 Author: Arjun Shankar Date: Tue Dec 16 15:18:46 2014 +0530 Modify stdio-common/tst-fseek.c to use test-skeleton.c This test needs a TIMEOUT longer than the default 2 seconds since it sleeps twice for a second each. ----------------------------------------------------------------------- Summary of changes: ChangeLog | 15 +++++++++++++++ libio/tst-fopenloc.c | 7 +++++-- resolv/res_send.c | 2 +- stdio-common/tst-fseek.c | 8 ++++++-- stdlib/tst-bsearch.c | 27 +++++++++++++++------------ 5 files changed, 42 insertions(+), 17 deletions(-) -- You are receiving this mail because: You are on the CC list for the bug.