Skip to content

Commit

Permalink
json-reporting: add callsites dictionary to output (#1344)
Browse files Browse the repository at this point in the history
Signed-off-by: David Korczynski <david@adalogics.com>
  • Loading branch information
DavidKorczynski authored Jan 8, 2024
1 parent a80bd0b commit 13094f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fuzz_introspector/html_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ def create_all_function_table(
json_copy['Reached by Fuzzers'] = fd.reached_by_fuzzers
json_copy['return_type'] = fd.return_type
json_copy['raw-function-name'] = fd.raw_function_name
json_copy['callsites'] = fd.callsite
table_rows_json_report.append(json_copy)

logger.info("Assembled a total of %d entries" %
Expand Down

0 comments on commit 13094f9

Please sign in to comment.