summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-08-06 06:16:00 +1000
committerDamien Miller <djm@mindrot.org>2011-08-06 06:16:00 +1000
commit6ea5e44871314a980e7506282450b58fc78ae9aa (patch)
tree249e9ba4d52a2e9072095dc89e7f65a255a4eb24 /ChangeLog
parent7741ce8bd2d0aef8aae0c2406eb51b617f1165fe (diff)
- tedu@cvs.openbsd.org 2011/07/06 18:09:21
[authfd.c] bzero the agent address. the kernel was for a while very cranky about these things. evne though that's fixed, always good to initialize memory. ok deraadt djm
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ae6de3f2a..7de7fdbf8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,11 @@
3 - djm@cvs.openbsd.org 2011/06/23 23:35:42 3 - djm@cvs.openbsd.org 2011/06/23 23:35:42
4 [monitor.c] 4 [monitor.c]
5 ignore EINTR errors from poll() 5 ignore EINTR errors from poll()
6 - tedu@cvs.openbsd.org 2011/07/06 18:09:21
7 [authfd.c]
8 bzero the agent address. the kernel was for a while very cranky about
9 these things. evne though that's fixed, always good to initialize
10 memory. ok deraadt djm
6 11
720110624 1220110624
8 - (djm) [configure.ac Makefile.in sandbox-darwin.c] Add a sandbox for 13 - (djm) [configure.ac Makefile.in sandbox-darwin.c] Add a sandbox for