Skip to content
forked from google/AFL
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix counting stage execs for user inserts (#73) #13

Merged
merged 1 commit into from
Sep 3, 2020

Conversation

sthagen
Copy link
Owner

@sthagen sthagen commented Sep 3, 2020

Pretty obvious, because of the number of iterations of the outer loop few lines later:

for (i = 0; i <= len; i++) {

Without the fix the progress can (and does for me) go over 100% otherwise.

Pretty obvious, because of the number of iterations of the outer loop few lines later:

`for (i = 0; i <= len; i++) {`

Without the fix the progress can (and does for me) go over 100% otherwise.
@sthagen sthagen merged commit 300a81d into sthagen:master Sep 3, 2020
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.

2 participants