Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CFGGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@ public function leaveNode(Node $node){
$this->fileSummary->getIncludeMap()
);

if(!$funcBody) break ;
if(!$funcBody) return False ;
$cfg = new CFGGenerator() ;
//$this->block->function[$nodeName]
$arr = $this->sinkContext->getAllSinks() ;
Expand Down Expand Up @@ -1095,4 +1095,4 @@ public function sinkTracebackBlock($argName,$block,$flowsNum){



?>
?>