* Justin Pryzby <[EMAIL PROTECTED]>, 2005-12-10, 11:30:
Also, Clint just uploaded 4.1.4-5, which closes this bug. I don't know what he meant, "This may have been closed incorrectly."; I might
have caused some confusion by digging into the bugs while he was
preparing an upload. Anyway, could you test the new version?
The new version is still crashing.
But now I can see this is not a sed's bug.
The following program segfaults, too:

#include <regex.h>

int main(void)
{
 static struct re_pattern_buffer b;
 re_set_syntax(RE_SYNTAX_POSIX_EXTENDED);
 re_compile_pattern("(.{30000})", 10, &b);
 return 0;
}

--
Jakub Wilk


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to