From 0f62e07c802e3fa58d1199f34fcf9772da70c264 Mon Sep 17 00:00:00 2001 From: Jun-ichi Takimoto Date: Tue, 6 Apr 2021 23:05:03 +0900 Subject: 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. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d2b58a0f1..54d65ae61 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2021-04-06 Jun-ichi Takimoto + + * 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 * Marc Chantreux: users/26579: Completion/Unix/Command/_surfraw: -- cgit 1.4.1