aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2015-02-26 14:55:24 +0100
committerTulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>2015-12-30 11:57:58 -0200
commit161a7ef860561b0738f953c533eb8920cbf0b813 (patch)
tree56b2b8bd921df51d002fb6350443d43459c9d8b2 /ChangeLog
parentf0cb70a25452585ff950b3a89f811ea3d473ae83 (diff)
downloadglibc-161a7ef860561b0738f953c533eb8920cbf0b813.zip
glibc-161a7ef860561b0738f953c533eb8920cbf0b813.tar.gz
glibc-161a7ef860561b0738f953c533eb8920cbf0b813.tar.bz2
Fix read past end of pattern in fnmatch (bug 18032)
(cherry picked from commit 4a28f4d55a6cc33474c0792fe93b5942d81bf185) Conflicts: NEWS posix/tst-fnmatch3.c
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 14d95f8..79a59d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2015-12-30 Andreas Schwab <schwab@suse.de>
+
+ [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 <fweimer@redhat.com>
[BZ #19018]