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

writeutil doesnt account for certain length cases #2

Closed
Alekaei opened this issue Oct 9, 2018 · 1 comment
Closed

writeutil doesnt account for certain length cases #2

Alekaei opened this issue Oct 9, 2018 · 1 comment
Labels
bug Something isn't working

Comments

@Alekaei
Copy link
Owner

Alekaei commented Oct 9, 2018

line 23-28 needs to account for the case were msg_len could be smaller then the total length of splits[i] atm its just cutting off all excess on splits[i] after start_index.

@Alekaei Alekaei added the bug Something isn't working label Oct 9, 2018
Alekaei added a commit that referenced this issue Oct 9, 2018
@Alekaei
Copy link
Owner Author

Alekaei commented Oct 9, 2018

Fixed commit 599c53d

@Alekaei Alekaei closed this as completed Oct 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant