Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Help coverity understand there is no resource overwrite here
Baptiste Daroussin committed 11 years ago
commit 0212ed0863806db37969924e2329bdec656defa3
parent f27813d3ed79d8af37a934c327e5324c6d8f0008
1 file changed +1 -1
modified libpkg/pkg_repo_create.c
@@ -540,7 +540,7 @@ pkg_create_repo(char *path, const char *output_dir, bool filelist,
	struct digest_list_entry *dlist = NULL, *cur_dig, *dtmp;
	struct pollfd *pfd = NULL;
	int cur_pipe[2], fd;
-
	struct pkg_repo_meta *meta;
+
	struct pkg_repo_meta *meta = NULL;
	int retcode = EPKG_OK;

	char *repopath[2];