Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Fix counting stage execs for user inserts #73

Merged
merged 1 commit into from Aug 20, 2020
Merged

Fix counting stage execs for user inserts #73

merged 1 commit into from Aug 20, 2020

Conversation

baryluk
Copy link
Contributor

@baryluk baryluk commented Feb 11, 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.
@googlebot
Copy link

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

📝 Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

1 similar comment
@googlebot
Copy link

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

📝 Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

@baryluk
Copy link
Contributor Author

baryluk commented Feb 11, 2020

@googlebot I signed it!

@googlebot
Copy link

CLAs look good, thanks!

ℹ️ Googlers: Go here for more info.

1 similar comment
@googlebot
Copy link

CLAs look good, thanks!

ℹ️ Googlers: Go here for more info.

afl-fuzz.c Show resolved Hide resolved
@baryluk
Copy link
Contributor Author

baryluk commented Aug 4, 2020 via email

@lszekeres lszekeres merged commit 2abd3f4 into google:master Aug 20, 2020
@Dor1s
Copy link
Contributor

Dor1s commented Sep 1, 2020

Thanks @lszekeres for taking a look and sorry @baryluk for the confusion from my end.

sthagen added a commit to sthagen/google-AFL that referenced this pull request Sep 3, 2020
Fix counting stage execs for user inserts (google#73)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants