Skip to content
Commit 45e45300 authored by Ralf Habacker's avatar Ralf Habacker Committed by Sebastian Trueg
Browse files

crash fix on windows

transform() is called recursive, which sets xsltprocExternalEntityLoader()
as default external entity handler. The default handler is called in
xsltprocExternalEntityLoader(), which calls itself until kioslave crashes
on stack overflow.

The bug is fixed by only setting the default handler on the first call.

CCBUG: 283858
parent e95f3be9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment