[Webkit-unassigned] [Bug 41348] Remove global variables from XSLTProcessorLibxslt.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 30 08:13:35 PDT 2010


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





--- Comment #3 from Andreas Wictor <andreas.wictor at xcerion.com>  2010-06-30 08:13:35 PST ---
(In reply to comment #2)
> Does this change the mode of failure when another code in the same process uses libxslt? This can't be made to work as long as we have to use xsltSetLoaderFunc(), but can this make situation worse? 

I assumed that no other code in the same process would use libxslt, is this assumption wrong? Perhaps plugins could be a problem? 

> I' worried that casting _private member set by other code may cause crashes.

Right now no other WebKit code is using the _private field on libxml documents and libxslt transformation contexts. But yes you have to be extra careful with _private fields.

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