This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug stdio/17522] `fputws' errors out when writing wide characters to unbuffered stream


https://sourceware.org/bugzilla/show_bug.cgi?id=17522

--- Comment #9 from cvs-commit at gcc dot gnu.org <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 <siddhesh@redhat.com>
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 <arjun.is@lostca.se>
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 <arjun.is@lostca.se>
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 <arjun.is@lostca.se>
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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]