Opened 16 years ago
Closed 16 years ago
#620 closed Bugs (Wont Fix)
"memory exhausted" in regex matching
Reported by: | nobody | Owned by: | John Maddock |
---|---|---|---|
Milestone: | Component: | regex | |
Version: | None | Severity: | |
Keywords: | Cc: |
Description
Using the following regex: (a*ba*)*c to match the following text: abababababababababababab will throw an exception saying "Memory exhausted" (tried with g++ 4.0.4 on linux with boost 1.32 and 1.33. Similar problem on Windows/mingw with 1.32) The following, more useful expression has the same problem: (a*ba*d?)*c Charles-Henri Gros <chgros@coverity.com>
Note:
See TracTickets
for help on using tickets.