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.
_______________________________________________
KMyMoney-devel mailing list
KMyMoney-devel@kde.org
https://mail.kde.org/mailman/listinfo/kmymoney-devel

Reply via email to