Bug 21878 - RegularExpression::match() called with String::empty() hits bogus ASSERT
Summary: RegularExpression::match() called with String::empty() hits bogus ASSERT
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-24 17:03 PDT by Eric Seidel (no email)
Modified: 2008-10-24 17:12 PDT (History)
0 users

See Also:


Attachments
Get rid of a bogus ASSERT (1.16 KB, patch)
2008-10-24 17:03 PDT, Eric Seidel (no email)
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2008-10-24 17:03:19 PDT
RegularExpression::match() called with String::empty() hits bogus ASSERT
Comment 1 Eric Seidel (no email) 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(-)
Comment 2 Darin Adler 2008-10-24 17:05:10 PDT
Comment on attachment 24661 [details]
Get rid of a bogus ASSERT

r=me
Comment 3 Eric Seidel (no email) 2008-10-24 17:12:54 PDT
http://trac.webkit.org/changeset/37876