summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-04-16 15:54:01 +1000
committerDamien Miller <djm@mindrot.org>2010-04-16 15:54:01 +1000
commit601a23c02cb1612e9596f4ce7bfa261525363c5d (patch)
treeb82a41af442ba248eb2e8701074c7c91a44c2b52 /ChangeLog
parent88680654ad2378ebb4fa7aa326552aec760132ed (diff)
- djm@cvs.openbsd.org 2010/04/10 05:48:16
[mux.c] fix NULL dereference; from matthew.haub AT alumni.adelaide.edu.au
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f1e24791c..4d3d2b788 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -29,6 +29,9 @@
29 show the key type that we are offering in debug(), helps distinguish 29 show the key type that we are offering in debug(), helps distinguish
30 between certs and plain keys as the path to the private key is usually 30 between certs and plain keys as the path to the private key is usually
31 the same. 31 the same.
32 - djm@cvs.openbsd.org 2010/04/10 05:48:16
33 [mux.c]
34 fix NULL dereference; from matthew.haub AT alumni.adelaide.edu.au
32 35
3320100410 3620100410
34 - (dtucker) [configure.ac] Put the check for the existence of getaddrinfo 37 - (dtucker) [configure.ac] Put the check for the existence of getaddrinfo