diff options
Diffstat (limited to 'posix/bug-regex20.c')
-rw-r--r-- | posix/bug-regex20.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/posix/bug-regex20.c b/posix/bug-regex20.c index e709ef5fee..e55a06d270 100644 --- a/posix/bug-regex20.c +++ b/posix/bug-regex20.c @@ -271,7 +271,6 @@ main (void) continue; } - /* XXX: This causes regex segfault. Disable for now. res = re_search (®buf, tests[i].string, str_len, str_len, -str_len, NULL); if (res != tests[i].res) @@ -280,7 +279,7 @@ main (void) ret = 1; regfree (®buf); continue; - } */ + } regfree (®buf); } |