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/18549] fmemopen getc allows segfault at EOF


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

--- Comment #1 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  7c2ce714d4e853aadbec13b920576fdfada520f1 (commit)
      from  cc08749b2d1c68284b25b157fbbe1ff219495cae (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=7c2ce714d4e853aadbec13b920576fdfada520f1

commit 7c2ce714d4e853aadbec13b920576fdfada520f1
Author: Andreas Schwab <schwab@suse.de>
Date:   Thu Jun 25 11:53:06 2015 +0200

    Fix buffer overflow for writes to memory buffer stream (bug 18549)

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog             |    6 ++++++
 NEWS                  |    3 ++-
 libio/fmemopen.c      |    2 +-
 libio/test-fmemopen.c |   13 +++++++++++--
 4 files changed, 20 insertions(+), 4 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]