Stabilize test_linux_network_stacksmash_64 under Python 3.12 CI timing#121
Merged
mborgerson merged 1 commit intoMay 25, 2026
Merged
Conversation
Agent-Logs-Url: https://github.com/angr/rex/sessions/e28b501a-a8e1-4d4b-808a-59577dd30e75 Co-authored-by: mborgerson <8210+mborgerson@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
mborgerson
May 25, 2026 23:43
View session
Member
|
Corpus decompilation diffs can be found at angr/dec-snapshots@master...angr/rex_121 |
mborgerson
added a commit
that referenced
this pull request
May 26, 2026
This reverts commit e03b86a.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
test_linux_network_stacksmash_64has become materially flakier in CI after the move to Python 3.12. The failures are timing-driven: the generated exploit reaches the target path, but replay intermittently times out while the traced TCP service is still settling.Tighten startup timing around the traced target
delaywhen constructing the TCPrex.Crashso tracing does not begin before the service is ready.Give replay a stable startup window
Reduce false negatives in exploit replay