Commit bd55ef3
BUG: Initialize
Initialize `itk::ExhaustiveOptimizer` ivars.
Fixes:
```
UMR ==19790== Use of uninitialised value of size 8
==19790== at 0x64AD10B: ??? (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.28)
==19790== by 0x64AD7AD:
std::ostreambuf_iterator > std::num_put > >
::_M_insert_int(std::ostreambuf_iterator >, std::ios_base&, char, unsigned long)
const (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.28)
==19790== by 0x64BC00E:
std::ostream& std::ostream::_M_insert(unsigned long)
(in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.28)
==19790== by 0x489F39F:
itk::ExhaustiveOptimizer::PrintSelf(std::ostream&, itk::Indent)
const (itkExhaustiveOptimizer.cxx:227)
==19790== by 0x535CB19:
itk::LightObject::Print(std::ostream&, itk::Indent)
const (itkLightObject.cxx:125)
==19790== by 0x164F7E:
itkExhaustiveOptimizerTest(int, char**)
(itkExhaustiveOptimizerTest.cxx:158)
==19790== by 0x12F2E7:
main (ITKOptimizersTestDriver.cxx:222)
```
Raised for example in:
https://open.cdash.org/viewDynamicAnalysisFile.php?id=9067994itk::ExhaustiveOptimizer ivars1 parent c935325 commit bd55ef3
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| |||
0 commit comments