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 read_exact_bytes error when the target slice is too large to buffer #14

Merged
merged 8 commits into from
Aug 3, 2024

Conversation

NightEule5
Copy link
Owner

@NightEule5 NightEule5 commented Aug 1, 2024

Fixes #12

@NightEule5 NightEule5 force-pushed the fix/small-buffer-read-exact branch 4 times, most recently from 79943e1 to e5cb037 Compare August 1, 2024 02:56
@NightEule5 NightEule5 force-pushed the fix/small-buffer-read-exact branch from e5cb037 to ec04ec4 Compare August 1, 2024 02:59
@NightEule5 NightEule5 force-pushed the fix/small-buffer-read-exact branch from f0589a7 to 51333b3 Compare August 3, 2024 22:01
@NightEule5 NightEule5 merged commit b7070a9 into main Aug 3, 2024
3 checks passed
@NightEule5 NightEule5 deleted the fix/small-buffer-read-exact branch August 3, 2024 22:48
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.

Fix read_exact_bytes error when the target slice is too large to buffer
1 participant