]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
- djm@cvs.openbsd.org 2014/01/29 00:19:26
authorDamien Miller <djm@mindrot.org>
Tue, 4 Feb 2014 00:10:01 +0000 (11:10 +1100)
committerDamien Miller <djm@mindrot.org>
Tue, 4 Feb 2014 00:10:01 +0000 (11:10 +1100)
     [sshd.c]
     use kill(0, ...) instead of killpg(0, ...); on most operating systems
     they are equivalent, but SUSv2 describes the latter as having undefined
     behaviour; from portable; ok dtucker
     (Id sync only; change is already in portable)

ChangeLog
sshd.c

index 6eb3c93e13a0aa6394064caf6cacd34c3036b7c7..7a4db10a6d2497d01b69b37c7e4351b81ec35803 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
      [ssh-keyscan.1]
      kill some bad Pa;
      From: Jan Stary
+   - djm@cvs.openbsd.org 2014/01/29 00:19:26
+     [sshd.c]
+     use kill(0, ...) instead of killpg(0, ...); on most operating systems
+     they are equivalent, but SUSv2 describes the latter as having undefined
+     behaviour; from portable; ok dtucker
+     (Id sync only; change is already in portable)
 
 20140131
  - (djm) [sandbox-seccomp-filter.c sandbox-systrace.c] Allow shutdown(2)
diff --git a/sshd.c b/sshd.c
index 25583576d563c814d564a98a6bdac6e37578db95..cb2e7db400b882eddb46ab4c08655a97e8a62b6e 100644 (file)
--- a/sshd.c
+++ b/sshd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sshd.c,v 1.415 2014/01/27 19:18:54 markus Exp $ */
+/* $OpenBSD: sshd.c,v 1.416 2014/01/29 00:19:26 djm Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland