Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Help coverity understand there is no resource overwrite here
Baptiste Daroussin committed 11 years ago
commit 0212ed0863806db37969924e2329bdec656defa3
parent f27813d
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];