[Webkit-unassigned] [Bug 66399] New: Reduce usages of String::createUninitialized
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 17 13:04:04 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=66399
Summary: Reduce usages of String::createUninitialized
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Web Template Framework
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: sullivan at chromium.org
CC: eric at webkit.org, abarth at webkit.org,
jamesr at chromium.org, simonjam at chromium.org
Blocks: 66161
WTF::String is supposed to be immutable, but createUninitialized() allows callers to hang on to a non-const reference to the underlying data buffer. Some of these usages could be replaced by StringBuilder.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list