Mercurial > trustbridge
diff common/linuxlockfile.c @ 1162:2a1206932f53
(issue107) Comment all TODO's and FIXME's with issues as documented in issue107
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Thu, 18 Sep 2014 18:53:11 +0200 |
parents | a974b61a5cce |
children | 7ea3a4c0e2ae |
line wrap: on
line diff
--- a/common/linuxlockfile.c Thu Sep 18 18:30:54 2014 +0200 +++ b/common/linuxlockfile.c Thu Sep 18 18:53:11 2014 +0200 @@ -32,7 +32,7 @@ lk.l_len = 0; if (fcntl(fd, F_SETLK, &lk) != -1) { - /* FIXME: For extra security we should check if there is + /* FIXME (issue139): For extra security we should check if there is already a pid in the file. If so we should check in /proc/$PID if there is still a process of the same name as ours running... */