reopen 340659
reassign 340659 libc6
retitle 340659 segfault when re_compiling "(.{30000})"
thanks
> 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;
> }
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]