Skip to content
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

Switched up formulas in Search-Based Fuzzing #155

Open
ivancerosi opened this issue Feb 21, 2023 · 0 comments
Open

Switched up formulas in Search-Based Fuzzing #155

ivancerosi opened this issue Feb 21, 2023 · 0 comments

Comments

@ivancerosi
Copy link

Subchapter Branch Distances contains a table of relational operators and formulas for computing distances
for true and false branch conditions respectively.

Greater than and less than relations have switched up formulas. For example the table states that
for the case a<b the distance formula is D=b-a+1. This implies that to reduce the distance we have to lower b or increase a, while actually it is the other way around. Correct distance formula should be a-b+1.

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

No branches or pull requests

1 participant