about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2014-11-23 21:43:25 +0100
committerMikael Magnusson <mikachu@gmail.com>2014-11-24 08:16:48 +0100
commite2fe81ae9ab6e3fafa0b5b190a529193c1df91b0 (patch)
treeb1be9cebc205cc5edac2972bca4d232caabc2167 /ChangeLog
parent2b615bedaff1d64a1521972717a91058c74b579f (diff)
downloadzsh-e2fe81ae9ab6e3fafa0b5b190a529193c1df91b0.tar.gz
zsh-e2fe81ae9ab6e3fafa0b5b190a529193c1df91b0.tar.xz
zsh-e2fe81ae9ab6e3fafa0b5b190a529193c1df91b0.zip
33785: Fix leaks of desthost in ztcp
Found by coverity.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d59c99290..009d65195 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-11-24  Mikael Magnusson  <mikachu@gmail.com>
+
+	* 33785: Src/Modules/tcp.c: Fix leaks of desthost in ztcp.
+
 2014-11-23  Barton E. Schaefer  <schaefer@zsh.org>
 
 	* 33775: Src/exec.c: error opening file in $(<...) is not fatal