Skip to content

Fix profuzzbench_plot.py when only a single fuzzer is present#19

Open
mm4rks wants to merge 1 commit intoprofuzzbench:masterfrom
mm4rks:16-fix-plot-with-only-one-fuzzer
Open

Fix profuzzbench_plot.py when only a single fuzzer is present#19
mm4rks wants to merge 1 commit intoprofuzzbench:masterfrom
mm4rks:16-fix-plot-with-only-one-fuzzer

Conversation

@mm4rks
Copy link
Copy Markdown

@mm4rks mm4rks commented May 13, 2022

This addresses #16:

        df1 = df[(df['subject'] == subject) & 
                         (df['fuzzer'] == fuzzer) & 
                         (df['cov_type'] == cov_type)]

can be empty in some cases (e.g. only fuzzed with aflnet). Not extending the mean_list in those cases seems to be fine.

@mm4rks mm4rks mentioned this pull request May 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant