-
Notifications
You must be signed in to change notification settings - Fork 311
Prevent partial reads/writes #129
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
Conversation
Reference: #125
|
Issues that should be fixed now:
|
|
Fuck, I want to reply to one of @paragonie-scott's comments, but I can't remember which commit it's in, and GitHub doesn't give me the link.
So I accidentally added a return statement somewhere in the function, and that broke it, without breaking the unit tests, and returning true ensures that they'll catch it in the future? Could you document that (or just point me to a commit), I'd like to improve the unit tests so that they'll catch it. |
|
@paragonie-scott: I think you addressed all my comments, is this ready to merge? |
|
I believe it's ready.
|
Prevent partial reads/writes, and a bunch of other stuff.
Reference: #125