Loading install.cpp +0 −8 Original line number Diff line number Diff line Loading @@ -369,14 +369,6 @@ try_update_binary(const char* path, ZipArchive* zip, bool* wipe_cache, } pid_t pid = fork(); if (pid == -1) { close(pipefd[0]); close(pipefd[1]); LOGE("Failed to fork update binary: %s\n", strerror(errno)); return INSTALL_ERROR; } if (pid == 0) { umask(022); close(pipefd[0]); Loading Loading
install.cpp +0 −8 Original line number Diff line number Diff line Loading @@ -369,14 +369,6 @@ try_update_binary(const char* path, ZipArchive* zip, bool* wipe_cache, } pid_t pid = fork(); if (pid == -1) { close(pipefd[0]); close(pipefd[1]); LOGE("Failed to fork update binary: %s\n", strerror(errno)); return INSTALL_ERROR; } if (pid == 0) { umask(022); close(pipefd[0]); Loading