To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=46415 Issue #:|46415 Summary:|svtools: incorrect use of memset() Component:|utilities Version:|OOo 2.0 Beta Platform:|All URL:| OS/Version:|All Status:|NEW Status whiteboard:| Keywords:| Resolution:| Issue type:|DEFECT Priority:|P3 Subcomponent:|code Assigned to:|hro Reported by:|fa
------- Additional comments from [EMAIL PROTECTED] Thu Mar 31 07:18:39 -0800 2005 ------- Verified problems still persist in SRC680 as well as 645. svtools/source/contnr/svimpicn.cxx:3614: memset( pTempMap, nNewGridRows * nGridCols, 0 ); svtools/source/items/nranges.cxx:507: memset( pTarget, sizeof(NUMTYPE)*nTargetSize, 0 ); svtools/source/items/nranges.cxx:717: memset( pTarget, sizeof(NUMTYPE)*nTargetSize, 0 ); correct usage is memset( dest, value, size ) of course. --------------------------------------------------------------------- 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
