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

Merge request for bug on file pumper.py #760

Open
leoferaderonugraha opened this issue Feb 5, 2023 · 0 comments
Open

Merge request for bug on file pumper.py #760

leoferaderonugraha opened this issue Feb 5, 2023 · 0 comments

Comments

@leoferaderonugraha
Copy link

leoferaderonugraha commented Feb 5, 2023

Currently, it appends a '0' (zero) character/byte instead of '\0' (null) byte. In some situation, it could raises an error.
I also did a refactor to support python3, but keep it backward compatible with python2.

Tested on Python 2.7.18 and Python 3.10.6.

Merge request:
#759

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

No branches or pull requests

1 participant