| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Please add unit tests as per cl/766131162 |
Sorry, something went wrong.
|
Sorry, something went wrong.
There was a problem hiding this comment.
looks good, please add one more test
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Tink doesn't properly validate the value returned by the python output stream's write method. Usually, this value should be smaller than the size of the data. But the write method returns the complete size of the object instead of the size of bytes of the chunk written.