Ticket #8 (closed defect: fixed)
Stack overflow in regexp matcher for StrictBlockRegex
| Reported by: | deveiant | Owned by: | deveiant |
|---|---|---|---|
| Priority: | normal | Milestone: | Previous Releases |
| Component: | MarkdownSyntax | Version: | 0.0.4b |
| Severity: | normal | Keywords: | regexp overflow bug |
| Cc: |
Description (last modified by deveiant) (diff)
Instiki 0.8.9 (or rather Bluecloth) gives me
Please correct the error that caused this error in rendering: /var/instiki/instiki-0.8.9/app/models/../../libraries/bluecloth.rb:342:in `gsub!': Stack overflow in regexp matcher: / ^ # Start of line <(p|div|h[1-6]|blockquote|pre|table|dl|ol|ul|script) # Start tag: \2 \b # word break (.*\n)*? # Any number of lines, minimal match <\/\1> # Matching end tag [ ]* # trailing spaces (?=\n+|\Z) # End of line or document /ix
on the input below. Any ideas?
[input trimmed]
Change History
Note: See
TracTickets for help on using
tickets.
