https://bugs.documentfoundation.org/show_bug.cgi?id=107142

--- Comment #8 from Julien Nabet <[email protected]> ---
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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to