summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-10-26 10:07:56 +1100
committerDamien Miller <djm@mindrot.org>2013-10-26 10:07:56 +1100
commit28631ceaa7acd9bc500f924614431542893c6a21 (patch)
tree2c057bfd7144e4591337b53253a7413068473835 /ChangeLog
parent26506ad29350c5681815745cc90b3952a84cf118 (diff)
- djm@cvs.openbsd.org 2013/10/25 23:04:51
[ssh.c] fix crash when using ProxyCommand caused by previous commit - was calling freeaddrinfo(NULL); spotted by sthen@ and Tim Ruehsen, patch by sthen@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d32065913..4519a922e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
120131026
2 - (djm) OpenBSD CVS Sync
3 - djm@cvs.openbsd.org 2013/10/25 23:04:51
4 [ssh.c]
5 fix crash when using ProxyCommand caused by previous commit - was calling
6 freeaddrinfo(NULL); spotted by sthen@ and Tim Ruehsen, patch by sthen@
7
120131025 820131025
2 - (djm) [ssh-keygen.c ssh-keysign.c sshconnect1.c sshd.c] Remove 9 - (djm) [ssh-keygen.c ssh-keysign.c sshconnect1.c sshd.c] Remove
3 unnecessary arc4random_stir() calls. The only ones left are to ensure 10 unnecessary arc4random_stir() calls. The only ones left are to ensure