Skip to content

Fix ROP without a writeable cache directory #2123

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

Merged
merged 2 commits into from
Oct 27, 2022

Conversation

peace-maker
Copy link
Member

context.cache_dir can be None, but the ROP class assumed it would always be a valid path and crash. Disable rop-cache if we can't save it.

Fixes #2072

`context.cache_dir` can be None, but the ROP class assumed it would always be a valid path and crash. Disable rop-cache if we can't save it.

Fixes Gallopsled#2072
@Arusekk Arusekk merged commit a7cb549 into Gallopsled:stable Oct 27, 2022
@peace-maker peace-maker deleted the rop_no_cache_dir branch October 27, 2022 15:34
gogo2464 pushed a commit to gogo2464/pwntools that referenced this pull request Sep 10, 2023
* Fix ROP without a writeable cache directory

`context.cache_dir` can be None, but the ROP class assumed it would always be a valid path and crash. Disable rop-cache if we can't save it.

Fixes Gallopsled#2072

* Update CHANGELOG.md
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.

2 participants