- 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)
This commit is contained in:
parent
f8f35bc471
commit
b0f26544cf
|
@ -14,6 +14,12 @@
|
||||||
[ssh-keyscan.1]
|
[ssh-keyscan.1]
|
||||||
kill some bad Pa;
|
kill some bad Pa;
|
||||||
From: Jan Stary
|
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
|
20140131
|
||||||
- (djm) [sandbox-seccomp-filter.c sandbox-systrace.c] Allow shutdown(2)
|
- (djm) [sandbox-seccomp-filter.c sandbox-systrace.c] Allow shutdown(2)
|
||||||
|
|
2
sshd.c
2
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>
|
* Author: Tatu Ylonen <ylo@cs.hut.fi>
|
||||||
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
||||||
|
|
Loading…
Reference in New Issue