Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG: Initialize
itk::ExhaustiveOptimizer
ivars
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=9067994
- Loading branch information