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 regex/23036] regex equivalence class regression


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

--- Comment #23 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  786658a08829e8a303d846406812f9245846e99c (commit)
      from  2d5c41ded92bf1247ba2a29ad2074cf79dc15669 (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=786658a08829e8a303d846406812f9245846e99c

commit 786658a08829e8a303d846406812f9245846e99c
Author: Florian Weimer <fweimer@redhat.com>
Date:   Fri Jul 20 11:58:51 2018 +0200

    regcomp: Fix off-by-one bug in build_equiv_class [BZ #23396]

    This bug is very similar to bug 23036: The existing code assumed that
    the length count included the length byte itself.

    Reviewed-by: Carlos O'Donell <carlos@redhat.com>

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

Summary of changes:
 ChangeLog       |    6 ++++++
 posix/regcomp.c |   16 ++++------------
 2 files changed, 10 insertions(+), 12 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]