To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108451
                 Issue #|108451
                 Summary|vcl: Use of uninitialised value
               Component|gsl
                 Version|OOO310m19
                Platform|All
                     URL|
              OS/Version|All
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|code
             Assigned to|pl
             Reported by|dtardon





------- Additional comments from dtar...@openoffice.org Tue Jan 19 12:44:51 
+0000 2010 -------
Valgrind reports

==2473== Use of uninitialised value of size 8
==2473==    at 0x4E56B23: rtl_crc32 (crc.c:162)
==2473==    by 0x7BDB7D7: ZCodec::UpdateCRC(unsigned long, unsigned char*, long)
(zcodec.cxx:481)
==2473==    by 0x7BDB2F6: ZCodec::ImplWriteBack() (zcodec.cxx:357)
==2473==    by 0x7BDA87C: ZCodec::EndCompression() (zcodec.cxx:121)
==2473==    by 0x88615A7: vcl::PNGWriterImpl::ImplWriteIDAT() (pngwrite.cxx:475)
==2473==    by 0x88605A4: vcl::PNGWriterImpl::PNGWriterImpl(BitmapEx const&,
com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const*)
(pngwrite.cxx:225)
==2473==    by 0x88625A9: vcl::PNGWriter::PNGWriter(BitmapEx const&,
com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const*)
(pngwrite.cxx:713)
==2473==    by 0x70E4BC8: GraphicFilter::ExportGraphic(Graphic const&, String
const&, SvStream&, unsigned short,
com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const*)
(filter.cxx:1859)
==2473==    by 0x70E6117: GraphicFilter::FilterCallback(ConvertData*)
(filter.cxx:2110)
==2473==    by 0x70E5DC8: GraphicFilter::LinkStubFilterCallback(void*, void*)
(filter.cxx:2076)
==2473==    by 0x5254081: Link::Call(void*) const (link.hxx:142)
==2473==    by 0x5249851:
desktop::Desktop::ImplInitFilterHdl(desktop::ConvertData*) (app.cxx:1587)

on saving a spreadsheet. That uninitialised value is mnCRC in
vcl::PNGWriterImpl::ImplWriteIDAT() (mpZCodec->SetCRC( mnCRC )).

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to