Commit d73a4e4a authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Flexelinting: initialize variable flexelint cannot see through.

parent 3bb4641b
......@@ -220,7 +220,7 @@ process_start(struct process *p)
struct vsb *cl;
int out_fd, err_fd;
int fds[2];
int fdt[2];
int fdt[2] = { -1, -1 };
CHECK_OBJ_NOTNULL(p, PROCESS_MAGIC);
if (p->hasthread)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment