From f35198d8379303f47c935d8fdd18bc1a76a111aa Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Sun, 20 Nov 2016 11:46:48 +0000 Subject: 39992: setarrvalue: Allocate a correctly-sized array. No memory was lost; the array was allocated with room for one (char *) element more than was required. --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cdaa0c1fe..13e52e51b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2016-11-20 Daniel Shahaf + * 39992: Src/params.c: setarrvalue: Allocate a correctly-sized + array. + * unposted (after 39952): Src/Zle/zle_params.c: Restore C89 compatibility. -- cgit 1.4.1