Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix potential use of an unitialized variable
Baptiste Daroussin committed 9 years ago
commit 517a174b33f3475717c8c024262cdf290783b964
parent afe312766fd4071642c5c0ad69a766648b01ec8a
1 file changed +1 -1
modified libpkg/pkg_solve.c
@@ -739,7 +739,7 @@ pkg_solve_process_universe_variable(struct pkg_solve_problem *problem,
	struct pkg *pkg;
	struct pkg_solve_variable *cur_var;
	struct pkg_jobs *j = problem->j;
-
	struct pkg_job_request *jreq;
+
	struct pkg_job_request *jreq = NULL;
	char *buf;
	bool chain_added = false;