Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Prevent a false positive in coverity
Baptiste Daroussin committed 11 years ago
commit edb5d9fc68aa3b58521b33cb29393a5249de2650
parent 885969ab3229740b0db1956bb73b798561582a71
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) {