Luke Granger-Brown
57725ef3ec
git-subtree-dir: third_party/nixpkgs git-subtree-split: 76612b17c0ce71689921ca12d9ffdc9c23ce40b2
11 lines
458 B
Diff
11 lines
458 B
Diff
--- a/backup_restorer.cc
|
|
+++ b/backup_restorer.cc
|
|
@@ -48,7 +48,7 @@
|
|
// TODO: this disables size checks for each separate message. Figure a better
|
|
// way to do this while keeping them enabled. It seems we need to create an
|
|
// instance of CodedInputStream for each message, but it might be expensive
|
|
- cis.SetTotalBytesLimit( backupData.size(), -1 );
|
|
+ cis.SetTotalBytesLimit( backupData.size() );
|
|
|
|
// Used when emitting chunks
|
|
string chunk;
|