summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2017-06-19 16:06:38 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2017-06-19 16:06:38 -0700
commita5ed661f256b424a2db60b9dbacadc94fe78d843 (patch)
treec589bfa85da07cfc2d768ccddb9cfec1f1830e1c /ChangeLog
parentefae75f64868361e5e25d0094a127c4b0c52d62d (diff)
downloadzsh-a5ed661f256b424a2db60b9dbacadc94fe78d843.tar.gz
zsh-a5ed661f256b424a2db60b9dbacadc94fe78d843.tar.xz
zsh-a5ed661f256b424a2db60b9dbacadc94fe78d843.zip
41317: use heap allocation in getoutputfile() to plug memory leak
Heap is usable ever since addfilelist() of workers/31528 (commit 3c573222).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bfd370fcc..bff13b443 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-06-19  Barton E. Schaefer  <schaefer@zsh.org>
+
+	* 41317: Src/exec.c: use heap allocation in getoutputfile() to
+	plug memory leak
+
 2017-06-17  Barton E. Schaefer  <schaefer@zsh.org>
 
 	* 41242: Src/Zle/compcore.c, Src/Zle/zle_tricky.c: zstrbcmp(...)