From 161a7ef860561b0738f953c533eb8920cbf0b813 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Thu, 26 Feb 2015 14:55:24 +0100 Subject: Fix read past end of pattern in fnmatch (bug 18032) (cherry picked from commit 4a28f4d55a6cc33474c0792fe93b5942d81bf185) Conflicts: NEWS posix/tst-fnmatch3.c --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 14d95f8..79a59d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2015-12-30 Andreas Schwab + + [BZ #18032] + * posix/fnmatch_loop.c (FCT): Remove extra increment when skipping + over collating symbol inside a bracket expression. Minor cleanup. + * posix/tst-fnmatch3.c (do_test): Add test case. + 2015-12-30 Florian Weimer [BZ #19018] -- cgit v1.1