summary refs log blame commit diff
path: root/pkgs/tools/backup/zbackup/protobuf-api-change.patch
blob: d071709878be61ac6cf73cf3fb3415f7a62d91d8 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                                
--- 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;