mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
Completion of error handling #22
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @elfring on GitHub (Sep 11, 2015).
Would you like to add more error handling for return values from functions like the following?
@eustas commented on GitHub (Oct 6, 2015):
Fixed. Thank you!
@elfring commented on GitHub (Oct 6, 2015):
To which commits do you refer to for this issue?
@eustas commented on GitHub (Oct 6, 2015):
https://github.com/google/brotli/pull/209
@elfring commented on GitHub (Oct 6, 2015):
Are there any update candidates left over?
@eustas commented on GitHub (Oct 6, 2015):
This one looks safe, since we haven't touched the file contents.
Will fix it soon.
@szabadka commented on GitHub (Oct 23, 2015):
Fixed in PR #235
@elfring commented on GitHub (Oct 23, 2015):
Thanks for another small source code improvement.