Apache OpenOffice (AOO) Bugzilla – Issue 85363
tools: valgrind in Date loaded from resource file
Last modified: 2008-02-28 08:45:23 UTC
The Date ctor from a resmgr uses SetYear, SetMonth and SetDay all of which reference the nDate that they then reset the year/month/day component of but nDate is uninitialized. We get away with it because we always set all of them, but it causes a correct valgrind warning. Trivial patch to fix
Created attachment 50966 [details] patch to fix
cd: Set target to OOo 3.0. cd->cmc: Thanks for your patch. I will check it as soon as possible.
cd: Patch accepted and applied. Added issue to CWS fwk81.
cd->mav: Please verify changes made by Coalan.
Verified.
.