Bug 118816 - JSStringCreateWithCFString should not convert the empty string into the NULL string
Summary: JSStringCreateWithCFString should not convert the empty string into the NULL ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Geoffrey Garen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-17 14:59 PDT by Geoffrey Garen
Modified: 2013-07-17 15:13 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.91 KB, patch)
2013-07-17 15:10 PDT, Geoffrey Garen
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Geoffrey Garen 2013-07-17 14:59:50 PDT
JSStringCreateWithCFString should not convert the empty string into the NULL string
Comment 1 Geoffrey Garen 2013-07-17 15:10:22 PDT
Created attachment 206921 [details]
Patch
Comment 2 Geoffrey Garen 2013-07-17 15:13:24 PDT
Committed r152807: <http://trac.webkit.org/changeset/152807>
Comment 3 Geoffrey Garen 2013-07-17 15:13:53 PDT
<rdar://problem/14472115>