Merge branch 'mandiant:master' into Aayush-Goel-04/Issue#1446

This commit is contained in:
Aayush Goel
2023-05-12 02:36:56 +05:30
committed by GitHub

View File

@@ -812,6 +812,7 @@ def compute_layout(rules, extractor, capabilities):
# such as with the function name, etc.
}
for f, bbs in bbs_by_function.items()
if len([bb for bb in bbs if bb in matched_bbs]) > 0
}
}