pcrockett / kin-backup

Secure, simple backups for your next of kin
MIT License
3 stars 0 forks source link

Potential bug in zip file writing #23

Closed pcrockett closed 5 years ago

pcrockett commented 5 years ago

We're not guaranteed that ZipWriter.write() will write the full contents of our buffer in this line of code. This could rarely pop up as a bug and it would be hard to reproduce reliably.