Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Limit manifest's change set size (#1119)
This PR limits the amount of memory we allocated for reading the manifest changes set's size. When a manifest file is corrupted, in the worst case we might end up allocating more than 4GB. This PR ensures we don't over-allocate the byte slice. Fixes #490
- Loading branch information