summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-01-16 23:16:53 +1100
committerDamien Miller <djm@mindrot.org>2011-01-16 23:16:53 +1100
commit4791f9dcecb89f5601d8b20e2e6b43dce6f25755 (patch)
tree3763f5fb56427034073452dda2f9c16318591457 /ChangeLog
parent50c61f88abdb356d45026dc1427ddb461b626e45 (diff)
- djm@cvs.openbsd.org 2011/01/16 11:50:05
[clientloop.c] Use atomicio when flushing protocol 1 std{out,err} buffers at session close. This was a latent bug exposed by setting a SIGCHLD handler and spotted by kevin.brott AT gmail.com; ok dtucker@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1266e9984..7012e620e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
120110116 120110116
2 - (dtucker) [Makefile.in configure.ac regress/kextype.sh] Skip sha256-based 2 - (dtucker) [Makefile.in configure.ac regress/kextype.sh] Skip sha256-based
3 on configurations that don't have it. 3 on configurations that don't have it.
4 - OpenBSD CVS Sync
5 - djm@cvs.openbsd.org 2011/01/16 11:50:05
6 [clientloop.c]
7 Use atomicio when flushing protocol 1 std{out,err} buffers at
8 session close. This was a latent bug exposed by setting a SIGCHLD
9 handler and spotted by kevin.brott AT gmail.com; ok dtucker@
4 10
520110114 1120110114
6 - OpenBSD CVS Sync 12 - OpenBSD CVS Sync