crytic / tealer

Static Analyzer for Teal
GNU Affero General Public License v3.0
62 stars 14 forks source link

Fix empty basic block creation #50

Closed S3v3ru5 closed 2 years ago

S3v3ru5 commented 2 years ago

parser creates an empty block when the first instruction is a Label and when a basic block is empty, IndexError is raised while constructing the CFG.