about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2015-02-26 14:55:24 +0100
committerAndreas Schwab <schwab@suse.de>2015-02-26 16:05:08 +0100
commit4a28f4d55a6cc33474c0792fe93b5942d81bf185 (patch)
treeeda443d1e0a8eb431f21f472c96c3ea89d7d0b69 /ChangeLog
parent524ae9ea2e3ae9f5bf5d655595fda827e9dc50a1 (diff)
downloadglibc-4a28f4d55a6cc33474c0792fe93b5942d81bf185.tar.gz
glibc-4a28f4d55a6cc33474c0792fe93b5942d81bf185.tar.xz
glibc-4a28f4d55a6cc33474c0792fe93b5942d81bf185.zip
Fix read past end of pattern in fnmatch (bug 18032)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 432c35d5aa..90c42c85a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2015-02-26  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-02-26  Joseph Myers  <joseph@codesourcery.com>
 
 	[BZ #18029]