Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Fix potential use of an unitialized variable
Baptiste Daroussin committed 9 years ago
commit 517a174b33f3475717c8c024262cdf290783b964
parent afe3127
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;