Do not core dump during fetch of the remote repo
modified pkg/update.c
@@ -26,7 +26,7 @@ static int update_from_remote_repo(const char *name, const char *url);
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -84,7 +84,7 @@ exec_update(int argc, char **argv)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -114,7 +114,10 @@ update_from_remote_repo(const char *name, const char *url)
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|