[Webkit-unassigned] [Bug 33935] New: Use xmlStrdup instead of strdup for consistency in Libxml2.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 20 18:51:48 PST 2010


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

           Summary: Use xmlStrdup instead of strdup for consistency in
                    Libxml2.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: XML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kwangyul.seo at gmail.com


Use xmlStrdup instead of strdup for consistency. This is the first step to
remove the direct use of strdup from WebKit.

reinterpret_cast is required convert between xmlChar* and char* because xmlChar
is typedef to unsigned char.

-- 
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