Revision f42984d...

Go back to digest for 1st January 2012

Bug Fixes in KDE Base

Ralf Habacker committed changes in [kdelibs/KDE/4.7] kdoctools/xslt.cpp:

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.

File Changes

Modified 1 files
  • kdoctools/xslt.cpp
1 files changed in total