Bug 27975 - [v8] Fix crash in collection-null-like-arguments
Summary: [v8] Fix crash in collection-null-like-arguments
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-04 01:51 PDT by Christian Plesner Hansen
Modified: 2009-08-04 02:29 PDT (History)
2 users (show)

See Also:


Attachments
Initial (971 bytes, patch)
2009-08-04 01:59 PDT, Christian Plesner Hansen
no flags Details | Formatted Diff | Diff
Added ChangeLog (1.61 KB, patch)
2009-08-04 02:08 PDT, Christian Plesner Hansen
abarth: commit-queue+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Plesner Hansen 2009-08-04 01:51:10 PDT
Fix issue where atomic string conversion will crash if given the empty string.
Comment 1 Christian Plesner Hansen 2009-08-04 01:59:49 PDT
Created attachment 34049 [details]
Initial
Comment 2 Adam Barth 2009-08-04 02:01:01 PDT
Comment on attachment 34049 [details]
Initial

ChangeLog?  LayoutTest?
Comment 3 Christian Plesner Hansen 2009-08-04 02:03:48 PDT
Good point, sorry...
Comment 4 Christian Plesner Hansen 2009-08-04 02:08:42 PDT
Created attachment 34050 [details]
Added ChangeLog
Comment 5 Adam Barth 2009-08-04 02:12:14 PDT
Comment on attachment 34050 [details]
Added ChangeLog

Thanks!
Comment 6 Adam Barth 2009-08-04 02:29:08 PDT
Comment on attachment 34050 [details]
Added ChangeLog

Clearing review flag on attachment: 34050

Committing to http://svn.webkit.org/repository/webkit/trunk ...
	M	WebCore/ChangeLog
	M	WebCore/bindings/v8/V8Binding.cpp
Committed r46756
	M	WebKitTools/ChangeLog
	M	WebKitTools/Scripts/modules/bugzilla_unittest.py
	M	WebKitTools/Scripts/modules/bugzilla.py
r46755 = b917198eebcb893beceb9ea46db5aebffa61305f (trunk)
	M	WebCore/ChangeLog
	M	WebCore/bindings/v8/V8Binding.cpp
r46756 = a965b2f2f1a669e8644387516dcde8ea650d6111 (trunk)
First, rewinding head to replay your work on top of it...
Nothing to do.
http://trac.webkit.org/changeset/46756
Comment 7 Adam Barth 2009-08-04 02:29:12 PDT
All reviewed patches have been landed.  Closing bug.