[Kmymoney-devel] [Bug 283858] KMyMoney v4.6.0 (Windows) Help error "requested help file could not be parsed".

Sebastian Trueg trueg at kde.org
Fri Jan 27 13:20:49 UTC 2012


https://bugs.kde.org/show_bug.cgi?id=283858





--- Comment #16 from Sebastian Trueg <trueg kde org>  2012-01-27 13:20:48 ---
Git commit 45e453002a1e07eb13747e0f21342be01c838ddc by Sebastian Trueg, on
behalf of Ralf Habacker.
Committed on 30/12/2011 at 23:19.
Pushed by trueg into branch 'KDE/4.8'.

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.

M  +6    -4    kdoctools/xslt.cpp

http://commits.kde.org/kdelibs/45e453002a1e07eb13747e0f21342be01c838ddc

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the KMyMoney-devel mailing list