summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2012-07-02 18:54:31 +1000
committerDarren Tucker <dtucker@zip.com.au>2012-07-02 18:54:31 +1000
commit3b4b2d30219d2ecb1426d2f9339239d32bad7bf6 (patch)
treeacc09756c1777801a7e4345eee6db301dbe1e58a /ChangeLog
parentecbf14aa53da21aeedc0974e13196fe77cca18f3 (diff)
- markus@cvs.openbsd.org 2012/06/30 14:35:09
[sandbox-systrace.c sshd.c] fix a during the load of the sandbox policies (child can still make the read-syscall and wait forever for systrace-answers) by replacing the read/write synchronisation with SIGSTOP/SIGCONT; report and help hshoexer@; ok djm@, dtucker@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5608909da..66c4ef574 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,12 @@
4 [ssh_config.5 sshd_config.5] 4 [ssh_config.5 sshd_config.5]
5 match the documented MAC order of preference to the actual one; 5 match the documented MAC order of preference to the actual one;
6 ok dtucker@ 6 ok dtucker@
7 - markus@cvs.openbsd.org 2012/06/30 14:35:09
8 [sandbox-systrace.c sshd.c]
9 fix a during the load of the sandbox policies (child can still make
10 the read-syscall and wait forever for systrace-answers) by replacing
11 the read/write synchronisation with SIGSTOP/SIGCONT;
12 report and help hshoexer@; ok djm@, dtucker@
7 13
820120629 1420120629
9 - OpenBSD CVS Sync 15 - OpenBSD CVS Sync