about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2000-09-19 16:47:38 +0000
committerClint Adams <clint@users.sourceforge.net>2000-09-19 16:47:38 +0000
commit9f012ce7c91cf517242bd2d26e6d97dca61f791c (patch)
treea673824bf8e605467ecc6a09057c34eccc5e916b /ChangeLog
parent946085efa5b9b949664ab94fcda302914936a1c5 (diff)
downloadzsh-9f012ce7c91cf517242bd2d26e6d97dca61f791c.tar.gz
zsh-9f012ce7c91cf517242bd2d26e6d97dca61f791c.tar.xz
zsh-9f012ce7c91cf517242bd2d26e6d97dca61f791c.zip
12847: dynamically allocate buf and z in bin_whence()
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 31a31c6f6..c8f41ce75 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2000-09-19  Clint Adams  <schizo@debian.org>
 
+	* 12847: Src/builtin.c: dynamically allocate z and buf in
+	bin_whence().
+
 	* 12846: Src/.distfiles, Src/mem.c, Src/string.c, Src/utils.c,
 	Src/zsh.mdd: Move dupstring(), ztrdup(), tricat(), zhtricat(),
 	dyncat(), dupstrpfx(), ztrduppfx(), and appstr() to string.c.