Skip to content

New Features: ASLR Disabling, Minimization bug fix, Coverage per test #33

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

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

pdreiter
Copy link
Contributor

ASLR Disabling: During test runs, found some non-determinism in test results due to ASLR. Added a feature to genprog --disable-aslr which disables ASLR (implemented Linux-based genprog support only)
Minimization bug fix: from git branch minimization-edit-bugfix, stable fix for --minimization --edit-script issue #29
Coverage per test: Coverage information is dumped per test --fault-path-per-test (negative coverage) and --fix-path-per-test (positive coverage) ; simpler than --coverage-per-test, which touched more code, but did not seem to output any file?

pdreiter added 6 commits May 21, 2019 16:04
…file>

where edits weren't being used with minimized when !minimize_patch is true
Adding feature to disable ASLR
(Address Space Layout Randomization)
Contributes to non-deterministic behavior wrt seeds and program repairs
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