diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-08-23 15:22:00 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-08-23 15:22:00 -0700 |
commit | 52db8039f54672abe6a6da5fb107fa52aca42547 (patch) | |
tree | 4498b3bc09bfb3a25869ccbd6a6b09cb57bbb2e5 /ChangeLog | |
parent | bdc7f5d76b4f284475595dddc79f0e0f9720ec20 (diff) | |
download | glibc-52db8039f54672abe6a6da5fb107fa52aca42547.tar glibc-52db8039f54672abe6a6da5fb107fa52aca42547.tar.gz glibc-52db8039f54672abe6a6da5fb107fa52aca42547.tar.bz2 glibc-52db8039f54672abe6a6da5fb107fa52aca42547.zip |
Recognize ill-formed { } expressions in regcomp.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |