Skip to content

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