mirror of https://github.com/gogits/gogs.git
Browse Source
The dump cmd did not check the return value of the z.AddFile or z.AddDir when building the final archive. It caused the dump command to succeed even if an error occurred. The resulted dump archive could be corrupted/empty. (errors could be various: removal by a concurrent process, disk full, bugs in the dump cmd itself)pull/2053/head
kakwa
9 years ago
1 changed files with 12 additions and 4 deletions
Loading…
Reference in new issue