RESOLVED FIXED 21878
RegularExpression::match() called with String::empty() hits bogus ASSERT
https://bugs.webkit.org/show_bug.cgi?id=21878
Summary RegularExpression::match() called with String::empty() hits bogus ASSERT
Eric Seidel (no email)
Reported 2008-10-24 17:03:19 PDT
RegularExpression::match() called with String::empty() hits bogus ASSERT
Attachments
Get rid of a bogus ASSERT (1.16 KB, patch)
2008-10-24 17:03 PDT, Eric Seidel (no email)
darin: review+
Eric Seidel (no email)
Comment 1 2008-10-24 17:03:51 PDT
Created attachment 24661 [details] Get rid of a bogus ASSERT JavaScriptCore/ChangeLog | 12 ++++++++++++ JavaScriptCore/pcre/pcre_exec.cpp | 2 +- 2 files changed, 13 insertions(+), 1 deletions(-)
Darin Adler
Comment 2 2008-10-24 17:05:10 PDT
Comment on attachment 24661 [details] Get rid of a bogus ASSERT r=me
Eric Seidel (no email)
Comment 3 2008-10-24 17:12:54 PDT
Note You need to log in before you can comment on or make changes to this bug.