summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/igt_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/igt_core.c b/lib/igt_core.c
index 0cae9b6a..49fbf70d 100644
--- a/lib/igt_core.c
+++ b/lib/igt_core.c
@@ -2391,7 +2391,7 @@ err:
*/
int igt_system_quiet(const char *command)
{
- int stderr_fd_copy, stdout_fd_copy, status, nullfd;
+ int stderr_fd_copy = -1, stdout_fd_copy = -1, status, nullfd = -1;
/* redirect */
if ((nullfd = open("/dev/null", O_WRONLY)) == -1)