Skip to content
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

Fix some unicode problems in readline #1029

Merged
merged 1 commit into from
Sep 17, 2017

Conversation

zachriggle
Copy link
Member

Technically this introduces issues with e.g. 'unhex ffdf | python foo.py' if
foo.py uses .interactive(). However, that was already broken for other reasons.

Fixes #1004

Technically this introduces issues with e.g. 'unhex ffdf | python foo.py' if
foo.py uses .interactive().  However, that was already broken for other reasons.

Fixes Gallopsled#1004
@zachriggle zachriggle added the bug label Sep 14, 2017
@zachriggle zachriggle merged commit ebbe917 into Gallopsled:dev Sep 17, 2017
zachriggle added a commit to zachriggle/pwntools that referenced this pull request Sep 26, 2017
Technically this introduces issues with e.g. 'unhex ffdf | python foo.py' if
foo.py uses .interactive().  However, that was already broken for other reasons.

Fixes Gallopsled#1004

(cherry picked from commit ebbe917)
@TethysSvensson TethysSvensson added this to the 3.9.0 milestone Oct 5, 2017
@TethysSvensson
Copy link
Contributor

TethysSvensson commented Oct 5, 2017

For context: The PR itself was merged into 3.11.0, but it was cherry-picked to 3.9.1. The cherry-picked commit was part of #1040.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants