mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
tweaks to address concerns flagged by Coverity
This commit is contained in:
parent
8414d13030
commit
7f3993ca0e
8 changed files with 45 additions and 10 deletions
|
@ -1007,6 +1007,8 @@ void ZAMCompiler::KillInst(int i)
|
|||
|
||||
if ( inst->IsUnconditionalBranch() )
|
||||
{
|
||||
ASSERT(t);
|
||||
|
||||
// No direct flow after this point ... unless we're
|
||||
// branching to the next immediate live instruction.
|
||||
auto after_inst = NextLiveInst(inst, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue