[Libreoffice-bugs] [Bug 107142] FILEOPEN crash on opening svg-result of slide export
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Mon Apr 24 21:11:44 UTC 2017
https://bugs.documentfoundation.org/show_bug.cgi?id=107142
--- Comment #8 from Julien Nabet <serval2412 at yahoo.fr> ---
Is IsAncestorId called recursively?
I wonder if a safeguard doesn't lack in this function.
I mean shouldn't we change the test if (!bSelfCycle)
(see
http://opengrok.libreoffice.org/xref/core/filter/source/svg/svgreader.cxx#213)
by something like:
if (!bSelfCycle && xParentNode->getParentNode() != xParentNode)
?
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20170424/3c6224a7/attachment.html>
More information about the Libreoffice-bugs
mailing list