-
Notifications
You must be signed in to change notification settings - Fork 333
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
resolves #879 `NoneType` in attempt message history would cause a crash when `leakreplay` rewrites that message history. Guard against `None` here. It's unclear how a None would get in there in the first place, but the original report hasn't had updates, so this may have been a transient behaviour. Thanks @bleszily ## Verification - `python -m pytest tests/probes/test_probes_leakreplay.py::test_leakreplay_handle_incomplete_attempt`
- Loading branch information
Showing
3 changed files
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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