From a6592ed69033f51cb41f4736034715a7f1e7f699 Mon Sep 17 00:00:00 2001 From: Jay Sorg Date: Wed, 19 Jun 2013 11:37:26 -0700 Subject: [PATCH] sesman: fix for reading pid file --- sesman/sesman.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sesman/sesman.c b/sesman/sesman.c index 4a294a5e..72561cae 100644 --- a/sesman/sesman.c +++ b/sesman/sesman.c @@ -202,6 +202,7 @@ main(int argc, char **argv) return 1; } + g_memset(pid_s, 0, sizeof(pid_s)); error = g_file_read(fd, pid_s, 7); if (-1 == error)