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 libc/18032] buffer overflow (read past end of buffer) in internal_fnmatch


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

--- Comment #4 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, release/2.21/master has been updated
       via  fe7b1136e5753c85b3ccc8395dfc66b82052d73c (commit)
      from  d679497db20c23e3aaaa150821ce9134cc666a18 (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=fe7b1136e5753c85b3ccc8395dfc66b82052d73c

commit fe7b1136e5753c85b3ccc8395dfc66b82052d73c
Author: Andreas Schwab <schwab@suse.de>
Date:   Thu Feb 26 14:55:24 2015 +0100

    Fix read past end of pattern in fnmatch (bug 18032)

    (cherry picked from commit 4a28f4d55a6cc33474c0792fe93b5942d81bf185)

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

Summary of changes:
 ChangeLog            |    7 +++++++
 NEWS                 |    2 +-
 posix/fnmatch_loop.c |    5 ++---
 posix/tst-fnmatch3.c |    8 +++++---
 4 files changed, 15 insertions(+), 7 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]