Skip to content

Commit 478dc8a

Browse files
authored
Merge pull request #1371 from NathanJPhillips/feature/unhide-error
Display error in catch(...)
2 parents b790095 + 268d196 commit 478dc8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/goto-analyzer/taint_analysis.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,7 @@ bool taint_analysist::operator()(
400400
}
401401
catch(...)
402402
{
403+
error() << "Caught unexpected error in taint_analysist::operator()" << eom;
403404
return true;
404405
}
405406
}

0 commit comments

Comments
 (0)