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-04-06 23:05:03 +0900
committerJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2021-04-06 23:05:03 +0900
commit0f62e07c802e3fa58d1199f34fcf9772da70c264 (patch)
treea85aec1da2877c2c97439f5fac5b1b24692e1f94 /ChangeLog
parentccc7ff90a46d7b1bdcf61bae2dba20d68dca7654 (diff)
downloadzsh-0f62e07c802e3fa58d1199f34fcf9772da70c264.tar.gz
zsh-0f62e07c802e3fa58d1199f34fcf9772da70c264.tar.xz
zsh-0f62e07c802e3fa58d1199f34fcf9772da70c264.zip
48389: getkeystring() should not return ptr to local var
Now it returns NULL if called with GETKEY_SINGLE_CHAR and next character
is not found. Caller must check the return value.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d2b58a0f1..54d65ae61 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2021-04-06  Jun-ichi Takimoto  <takimoto-j@kba.biglobe.ne.jp>
+
+	* 48389: Src/math.c, Src/utils.c: getkeystring(GETKEY_SINGLE_CHAR)
+	should not return a pointer to a local variable
+
 2021-04-06  Oliver Kiddle  <opk@zsh.org>
 
 	* Marc Chantreux: users/26579: Completion/Unix/Command/_surfraw: