<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN crash on opening svg-result of slide export"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=107142#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN crash on opening svg-result of slide export"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=107142">bug 107142</a>
              from <span class="vcard"><a class="email" href="mailto:serval2412@yahoo.fr" title="Julien Nabet <serval2412@yahoo.fr>"> <span class="fn">Julien Nabet</span></a>
</span></b>
        <pre>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
<a href="http://opengrok.libreoffice.org/xref/core/filter/source/svg/svgreader.cxx#213">http://opengrok.libreoffice.org/xref/core/filter/source/svg/svgreader.cxx#213</a>)
by something like:
if (!bSelfCycle && xParentNode->getParentNode() != xParentNode)
?</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>