[Webkit-unassigned] [Bug 6166] UString constructors should initialize m_rep

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 3 09:27:11 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=6166





------- Comment #2 from darin at apple.com  2008-09-03 09:27 PDT -------
No, this is not fixed. Constructors that set m_rep to 0 (by default
initializing it, since it's a RefPtr) and then later assign a value to it
include:

     UString::UString(const char*)
    UString::UString(const UChar*, int length)
    UString::UString(UChar*, int length, bool copy)
    UString::UString(const Vector<UChar>&)


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list