Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Prevent a false positive in coverity
Baptiste Daroussin committed 11 years ago
commit edb5d9fc68aa3b58521b33cb29393a5249de2650
parent 885969a
1 file changed +2 -1
modified src/event.c
@@ -199,8 +199,9 @@ static int
event_sandboxed_call(pkg_sandbox_cb func, int fd, void *ud)
{
	pid_t pid;
-
	int	status, ret;
+
	int status, ret;

+
	ret = -1;
	pid = fork();

	switch(pid) {