Hello :) ,<br><br>reading the list of <a href="http://libreoffice.boldandbusted.com/">http://libreoffice.boldandbusted.com/</a> i&#39;ve found a potential bug in core/lotuswordpro/source/filter/xfilter/xfcell.cxx .<br><br>

The member <span class="n">m_pOwnerRow of the XFCell is not initialized in any constructor (and in many methodts it&#39;s setted to null), but in the line 177 the variable pRow is setted to </span><span class="n">m_pOwnerRow (wich is or null or a random value), in the next line the code tries to acces to a member of pRow... but pRow is probably 0 because the value of </span><span class="n">m_pOwnerRow, and the code will crash at this point.<br>

<br><br>I don&#39;t know if i&#39;m wrong, but in any case, if I&#39;m right I don&#39;t know what changes should we do to fix the problem because I don&#39;t know the exact purpose of this piece of code.<br><br><br>Bye!</span><span class="n"></span><span class="p"></span>