Loading services/incremental/IncrementalService.cpp +4 −0 Original line number Original line Diff line number Diff line Loading @@ -1170,6 +1170,10 @@ bool IncrementalService::configureNativeBinaries(StorageId storage, std::string_ // If one lib file fails to be created, abort others as well // If one lib file fails to be created, abort others as well break; break; } } // If it is a zero-byte file, skip data writing if (uncompressedLen == 0) { continue; } // Write extracted data to new file // Write extracted data to new file std::vector<uint8_t> libData(uncompressedLen); std::vector<uint8_t> libData(uncompressedLen); Loading Loading
services/incremental/IncrementalService.cpp +4 −0 Original line number Original line Diff line number Diff line Loading @@ -1170,6 +1170,10 @@ bool IncrementalService::configureNativeBinaries(StorageId storage, std::string_ // If one lib file fails to be created, abort others as well // If one lib file fails to be created, abort others as well break; break; } } // If it is a zero-byte file, skip data writing if (uncompressedLen == 0) { continue; } // Write extracted data to new file // Write extracted data to new file std::vector<uint8_t> libData(uncompressedLen); std::vector<uint8_t> libData(uncompressedLen); Loading