Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


Hello :) ,

reading the list of http://libreoffice.boldandbusted.com/ i've found a
potential bug in core/lotuswordpro/source/filter/xfilter/xfcell.cxx .

The member m_pOwnerRow of the XFCell is not initialized in any constructor
(and in many methodts it's setted to null), but in the line 177 the variable
pRow is setted to 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 m_pOwnerRow, and the code will crash at this
point.


I don't know if i'm wrong, but in any case, if I'm right I don't know what
changes should we do to fix the problem because I don't know the exact
purpose of this piece of code.


Bye!

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.