Issue 28815 - Uninitialized variable in interpr3.cxx lcl_IterateInverse()
Summary: Uninitialized variable in interpr3.cxx lcl_IterateInverse()
Status: CLOSED FIXED
Alias: None
Product: Calc
Classification: Application
Component: code (show other issues)
Version: 680
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: ooo
QA Contact: issues@sc
URL:
Keywords:
Depends on: 90703
Blocks:
  Show dependency tree
 
Reported: 2004-05-06 13:46 UTC by ooo
Modified: 2013-08-07 15:15 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description ooo 2004-05-06 13:46:05 UTC
double fs is uninitialized if path should reach the
if ( fabs(regfs) < fabs(fs) )
condition of the "add one step of regula falsi to improve precision" block.
Comment 1 ooo 2004-05-06 13:47:19 UTC
Accepted.
Comment 2 ooo 2004-05-06 15:28:09 UTC
Niklas,

You wanted it ;)

Eike
Comment 3 niklas.nebel 2004-05-06 15:36:37 UTC
Yes, accepting.
Comment 4 ooo 2008-06-13 16:59:50 UTC
Will be fixed with issue 90703.
Comment 5 ooo 2008-06-18 17:20:52 UTC
Fixed with issue 90703.
Comment 6 ooo 2008-06-25 17:59:51 UTC
Code changed in cws odff04.
Comment 7 ooo 2008-08-14 10:35:01 UTC
New code in master, closing.