about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2021-07-19 09:13:03 +0900
committerJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2021-07-19 09:13:03 +0900
commit9b3a2924101c4e17dbb9c0b8745dc4eb9cdca910 (patch)
tree3f4d761057c404c135d6a3fbb110409834c7e48c /ChangeLog
parent6e10067ffd3d2ede3e0a59c36e03d00cee5d9ad1 (diff)
downloadzsh-9b3a2924101c4e17dbb9c0b8745dc4eb9cdca910.tar.gz
zsh-9b3a2924101c4e17dbb9c0b8745dc4eb9cdca910.tar.xz
zsh-9b3a2924101c4e17dbb9c0b8745dc4eb9cdca910.zip
49166: fix coredump in ${name:offset:length} with ill-formatted length
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2b4d4bcc6..2c988b4c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2021-07-19  Jun-ichi Takimoto  <takimoto-j@kba.biglobe.ne.jp>
+
+	* 49166: Src/subst.c, Test/D04parameter.ztst: fix coredump in
+	${name:offset:length} with ill-formatted length
+
 2021-07-10  Oliver Kiddle  <opk@zsh.org>
 
 	* 49158: Completion/Debian/Command/_dscverify,