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: bin_stream::get_u8 method returning bytes #1487

Merged
merged 1 commit into from
Aug 20, 2024

Conversation

psyirius
Copy link
Contributor

@psyirius psyirius commented Apr 27, 2024

bin_stream::get_u8 supposed to be returning an int.
but instead it returns a bytes object

Not sure how the dependent callers are expecting!

@psyirius
Copy link
Contributor Author

psyirius commented Apr 28, 2024

@serpilliere Is there any way you can review and merge it as soon as possible.
Workaround code for essential stuff is not gonna look good in production. :)

@serpilliere serpilliere merged commit cbc722e into cea-sec:master Aug 20, 2024
3 checks passed
@serpilliere
Copy link
Contributor

Arg! I forgot this one Thank you for the fix @psyirius !!!

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