aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-08-23 15:22:00 -0700
committerPetr Baudis <pasky@suse.cz>2009-09-18 17:41:02 +0200
commit03cb6a1e3939a039bcd53bf862fa93f487e35488 (patch)
treeb5817b9f56f7828968f16b3c9fb61c770a9c012e /ChangeLog
parentbf1f1f4e4ab4bc44c2e3205d9d869b7c20a33d32 (diff)
downloadglibc-03cb6a1e3939a039bcd53bf862fa93f487e35488.tar.xz
glibc-03cb6a1e3939a039bcd53bf862fa93f487e35488.zip
Recognize ill-formed { } expressions in regcomp.
(cherry picked from commit 52db8039f54672abe6a6da5fb107fa52aca42547)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e7c80bea11..876e0e8c39 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2009-08-23 Ulrich Drepper <drepper@redhat.com>
+ * posix/regcomp.c (parse_dup_op): Verify the expression is correctly
+ terminated.
+
* posix/unistd.h: Define _POSIX_VERSION and _POSIX2_* correctly if
older POSIX versions are selected.