[Webkit-unassigned] [Bug 19578] [CURL] problem in parseDataUrl

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 12 14:30:43 PDT 2008


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


freyther at handhelds.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #22628|review?                     |review-
               Flag|                            |




------- Comment #6 from freyther at handhelds.org  2008-08-12 14:30 PDT -------
(From update of attachment 22628)
Thanks for the patch. The for loop needs some more spaces to comply with our
Coding Style Guidelines and I wonder why memcpy can not be used?

I also wonder what problem is getting fixed? Vector<char> out is a temporary
variable, and String(out.data(), out.size()) will make a deep copy of the
string. So how does this fail?


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