Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
  • Loading branch information
arthurscchan committed Jan 17, 2025
1 parent 2f54f67 commit 4087522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fuzz_introspector/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ def get_node_coverage_hitcount(demangled_name: str, callstack: Dict[int, str],
if is_first:
# As this is the first node ensure it is indeed the entrypoint.
# The difference is this node has node "parent" or prior nodes.
logger.info(demangled_name)

if not profile.func_is_entrypoint(demangled_name):
raise AnalysisError(
"First node in calltree is non-fuzzer function")
Expand Down

0 comments on commit 4087522

Please sign in to comment.