File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848#include " klee/Expr/ExprPPrinter.h"
4949#include " klee/Expr/ExprSMTLIBPrinter.h"
5050#include " klee/Expr/ExprUtil.h"
51+ #include " klee/Expr/IndependentConstraintSetUnion.h"
5152#include " klee/Expr/IndependentSet.h"
5253#include " klee/Expr/Symcrete.h"
5354#include " klee/Module/Cell.h"
@@ -1884,9 +1885,9 @@ void Executor::unwindToNextLandingpad(ExecutionState &state) {
18841885 UnwindingInformation *ui = state.unwindingInformation .get ();
18851886 assert (ui && " unwinding without unwinding information" );
18861887
1887- std::size_t startIndex;
1888- std::size_t lowestStackIndex;
1889- bool popFrames;
1888+ std::size_t startIndex = 0 ;
1889+ std::size_t lowestStackIndex = 0 ;
1890+ bool popFrames = false ;
18901891
18911892 if (auto *sui = dyn_cast<SearchPhaseUnwindingInformation>(ui)) {
18921893 startIndex = sui->unwindingProgress ;
You can’t perform that action at this time.
0 commit comments