From 951d64082330765a22da6beac6e067ec054605e7 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 23 Nov 2003 19:21:23 +0000 Subject: Update. * posix/regexec.c: Correct several memory allocation problems. Add more BE. * posix/regex_internal.c: Likewise. * posix/regcomp.c: Likewise. --- posix/ptestcases.h | 1 + 1 file changed, 1 insertion(+) (limited to 'posix/ptestcases.h') diff --git a/posix/ptestcases.h b/posix/ptestcases.h index 8f008acf5a..2819004b50 100644 --- a/posix/ptestcases.h +++ b/posix/ptestcases.h @@ -265,6 +265,7 @@ { 1, 63, "a\\{1,63\\}", "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", }, { 0, 0, "2.8.3.4 BRE Precedence", NULL, }, { 0, 0, "GA143", NULL, }, + { 0, 0, NULL, "There are numerous bugs in the original version." }, { 2, 19, "\\^\\[[[.].]]\\\\(\\\\1\\\\)\\*\\\\{1,2\\\\}\\$", "a^[]\\(\\1\\)*\\{1,2\\}$b", }, { 1, 6, "[[=*=]][[=\\=]][[=]=]][[===]][[...]][[:punct:]]", "*\\]=.;", }, { 1, 6, "[$\\(*\\)^]*", "$\\()*^", }, -- cgit 1.4.1