RESOLVED FIXED 101153
REGRESSION (r132858): Crash below -[DOMElement setClassName:] when called with a nil string
https://bugs.webkit.org/show_bug.cgi?id=101153
Summary REGRESSION (r132858): Crash below -[DOMElement setClassName:] when called wit...
Mark Rowe (bdash)
Reported 2012-11-03 13:11:15 PDT
The changes in <http://trac.webkit.org/changeset/132858> cause the CFString variant of AtomicString::add to crash when passed a nil CFString. Patch is forthcoming. <rdar://problem/12631093>
Attachments
Patch v1 (2.05 KB, patch)
2012-11-03 13:23 PDT, Mark Rowe (bdash)
andersca: review+
Mark Rowe (bdash)
Comment 1 2012-11-03 13:23:38 PDT
Created attachment 172225 [details] Patch v1
WebKit Review Bot
Comment 2 2012-11-03 13:25:56 PDT
Attachment 172225 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCor..." exit_code: 1 Source/WebCore/ChangeLog:1: ChangeLog entry has no bug number [changelog/bugnumber] [5] Total errors found: 1 in 2 files If any of these errors are false positives, please file a bug against check-webkit-style.
Mark Rowe (bdash)
Comment 3 2012-11-03 13:48:44 PDT
Landed in r133398.
Alexey Proskuryakov
Comment 4 2012-11-03 14:34:23 PDT
Can an API test be made for this?
Note You need to log in before you can comment on or make changes to this bug.