aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-09-15 00:21:00 +0200
committerAndreas Schneider <mail@cynapses.org>2009-09-15 00:21:00 +0200
commit82eb0427f738f643d4885f1e9c605e5a6de280eb (patch)
tree21c4ce7c8e072011a8d72f3f0d86088232840e67
parent7cd327a79580cb3f11bed867ea3dafb72c62069d (diff)
downloadlibssh-82eb0427f738f643d4885f1e9c605e5a6de280eb.tar.gz
libssh-82eb0427f738f643d4885f1e9c605e5a6de280eb.tar.xz
libssh-82eb0427f738f643d4885f1e9c605e5a6de280eb.zip
Update ChangeLog.release-0-3-4
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f27bbe9e..337b8bee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,7 @@ version 0.3.4 (released 2009-09-14)
* Fixed ssh_write_knownhost if ~/.ssh doesn't exist.
* Fixed a possible integer overflow in buffer_get_data().
* Fixed possible security bug in packet_decrypt().
+ * Fixed a possible stack overflow in agent code.
version 0.3.3 (released 2009-08-18)
* Fixed double free pointer crash in dsa_public_to_string.