summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-08-23 15:22:00 -0700
committerUlrich Drepper <drepper@redhat.com>2009-08-23 15:22:00 -0700
commit52db8039f54672abe6a6da5fb107fa52aca42547 (patch)
tree4498b3bc09bfb3a25869ccbd6a6b09cb57bbb2e5 /ChangeLog
parentbdc7f5d76b4f284475595dddc79f0e0f9720ec20 (diff)
Recognize ill-formed { } expressions in regcomp.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a42e20b0be..37cd868c19 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.