[Webkit-unassigned] [Bug 25466] WebKitGtk+ 1.1.6 prints weird error messages in Liferea (XML parsing problem?)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 1 20:40:50 PDT 2009


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


gns at gnome.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1




------- Comment #6 from gns at gnome.org  2009-05-01 20:40 PDT -------
I found the problem, apparently. The problem is that the error code patch
refactored the loading of string into a shared function, which mistakenly calls
g_utf8_strlen on the string that is to be loaded, so any string with !ascii
UTF-8 characters will have some content stripped from the end when creating the
SharedBuffer:

    RefPtr<SharedBuffer> sharedBuffer = SharedBuffer::create(content,
g_utf8_strlen(content, -1));

I'm cooking a patch.


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