about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-11-13 06:38:30 +0000
committerUlrich Drepper <drepper@redhat.com>2003-11-13 06:38:30 +0000
commitf6953f16bb49383a162560662778a377e4501039 (patch)
tree40e05a364064302560cd616d4817cb5595516e35 /ChangeLog
parent06e8303a288f626929d69e57eb4128b2e40b1313 (diff)
downloadglibc-f6953f16bb49383a162560662778a377e4501039.tar.gz
glibc-f6953f16bb49383a162560662778a377e4501039.tar.xz
glibc-f6953f16bb49383a162560662778a377e4501039.zip
Update.
	* posix/regcomp.c (parse_bracket_exp): If end of expression is
	seen, return EBRACK error, not BADPAT.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 12a5a0cd0d..1cc7df9921 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2003-11-12  Ulrich Drepper  <drepper@redhat.com>
 
+	* posix/regcomp.c (parse_bracket_exp): If end of expression is
+	seen, return EBRACK error, not BADPAT.
+
 	* posix/regcomp.c (parse_expression): If token is OP_OPEN_DUP_NUM
 	and RE_CONTEXT_INVALID_DUP syntax flag is set, fail.
 	* posix/regex.h (RE_CONTEXT_INVALUD_OPS): New macro.