diff options
author | Gerrit Pape <pape@smarden.org> | 2007-09-13 13:16:21 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2007-09-13 13:38:12 +0000 |
commit | 6ea9716f1fc13a976aad8af0ed3138c9bc6333d5 (patch) | |
tree | be6efbf96c3a7d4d0ed6d7d6b188b6fe0511c5ab /package/CHANGES | |
parent | f2ae55e8662d9a71e127da637584dff415c07e9f (diff) | |
download | runit-6ea9716f1fc13a976aad8af0ed3138c9bc6333d5.tar.gz runit-6ea9716f1fc13a976aad8af0ed3138c9bc6333d5.tar.xz runit-6ea9716f1fc13a976aad8af0ed3138c9bc6333d5.zip |
sv.c: fix race on check for down if pid is 0 and state is run or finish.
Diffstat (limited to 'package/CHANGES')
-rw-r--r-- | package/CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/CHANGES b/package/CHANGES index 3ad6f83..f30fee5 100644 --- a/package/CHANGES +++ b/package/CHANGES @@ -13,6 +13,7 @@ * chpst.c: add explicit braces to avoid ambiguous 'else'. * uw_tmp.h1: fallback to UTMP_FILE if _PATH_UTMP is not defined as seen on AIX 5.2 ML1, AIX 5.3 ML5 (thx Daniel Clark). + * sv.c: fix race on check for down if pid is 0 and state is run or finish. 1.7.2 Tue, 21 Nov 2006 15:13:47 +0000 |