[framework-issues] [Issue 68439] Valgrind ID:122, Conditio nal jump or move depends on uninitialised valu e(s)

2007-01-04 Thread er
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68439


User er changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Thu Jan  4 06:55:40 -0800 
2007 ---
Available in m198, closing.

-
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]



[framework-issues] [Issue 68439] Valgrind ID:122, Conditio nal jump or move depends on uninitialised valu e(s)

2006-12-05 Thread er
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68439


User er changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED

Target milestone|OOo 2.x   |OOo 2.2





--- Additional comments from [EMAIL PROTECTED] Tue Dec  5 03:26:44 -0800 
2006 ---
Verified presence in CWS.

-
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]



[framework-issues] [Issue 68439] Valgrind ID:122, Conditio nal jump or move depends on uninitialised valu e(s)

2006-11-24 Thread er
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68439


User er changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Fri Nov 24 09:07:02 -0800 
2006 ---
In CWS caloc
xmloff/source/style/xmlnumfe.cxx  1.45.44.1
svtools/inc/zforlist.hxx  1.41.170.1

Simply initializing to 0 is sufficient in this case.

-
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]



[framework-issues] [Issue 68439] Valgrind ID:122, Conditio nal jump or move depends on uninitialised valu e(s)

2006-08-11 Thread er
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68439


User er changed the following:

What|Old value |New value

  Ever confirmed|  |1

  Status|UNCONFIRMED   |STARTED





--- Additional comments from [EMAIL PROTECTED] Fri Aug 11 03:27:16 -0700 
2006 ---
The real culprit is in xmloff/source/style/xmlnumfe.cxx +1732 where an
uninitialized sal_uInt32 nStandard is passed to
SvNumberFormatTable& rTable = pFormatter->GetEntryTable( NUMBERFORMAT_DEFINED,
nStandard, nLang );
Proper initialization would be
sal_uInt32 nStandard = pFormatter->GetStandardFormat( NUMBERFORMAT_DEFINED, 
nLang);

-
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]



[framework-issues] [Issue 68439] Valgrind ID:122, Conditio nal jump or move depends on uninitialised valu e(s)

2006-08-11 Thread oj
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68439


User oj changed the following:

What|Old value |New value

 Assigned to|oj|er





--- Additional comments from [EMAIL PROTECTED] Fri Aug 11 01:45:41 -0700 
2006 ---
Seems to be your's.

-
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]



[framework-issues] [Issue 68439] Valgrind ID:122, Conditio nal jump or move depends on uninitialised valu e(s)

2006-08-10 Thread oj
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68439
 Issue #|68439
 Summary|Valgrind ID:122,  Conditional jump or move depends on 
|uninitialised value(s)
   Component|framework
 Version|680m176
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|oj
 Reported by|oj





--- Additional comments from [EMAIL PROTECTED] Thu Aug 10 08:23:16 -0700 
2006 ---
This task has been generated by valgrind checks.

Source code candidates:
dbaccess/source/core/api/table.cxx
tools/source/memtools/table.cxx

ErrorType:   Bad jump
ErrorText:   Conditional jump or move depends on uninitialised value(s)

Stack:
Table::ImplGetIndex(unsigned long, unsigned long*) const table.cxx:73 
0x485D47B
Table::Get(unsigned long) const table.cxx:218 0x485D6E7
SvNumberFormatter::GetEntryTable(short, unsigned long&, unsigned short) 
zforlist.hxx:248 0x46607B6
SvXMLNumFmtExport::Export(unsigned char) xmlnumfe.cxx:1732 0xC3D18DB
SvXMLExport::exportDataStyles() xmlexp.cxx:1711 0xC36519F
ScXMLExport::_ExportStyles(unsigned char) xmlexprt.cxx:1771 0x114C6F3D
SvXMLExport::ImplExportStyles(unsigned char) xmlexp.cxx:1032 0xC368141
SvXMLExport::exportDoc(xmloff::token::XMLTokenEnum) xmlexp.cxx:1335 
0xC36C6F1
ScXMLExport::exportDoc(xmloff::token::XMLTokenEnum) xmlexprt.cxx:3601 
0x114BEAE0

SvXMLExport::filter(com::sun::star::uno::Sequence
 const&) xmlexp.cxx:848 0xC366131

ScXMLExport::filter(com::sun::star::uno::Sequence
 const&) xmlexprt.cxx:3627 0x114BEB23

ScXMLImportWrapper::ExportToComponent(com::sun::star::uno::Reference&,
 com::sun::star::uno::Reference&, 
com::sun::star::uno::Reference&, 
com::sun::star::uno::Sequence&, 
rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, unsigned 
char, com::sun::star::uno::Sequence&, 
ScMySharedData*&) Reference.h:339 0x114AED46
  
TESTS: c_printrange calc_import_general fkt_test page_styles validity w_clipbrd 
w_layout_regression

-
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]