summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2016-11-20 11:46:48 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2016-11-20 11:56:02 +0000
commitf35198d8379303f47c935d8fdd18bc1a76a111aa (patch)
tree98dadf670f191ab932d82a115989a3c64d4c49d0 /ChangeLog
parent6e1684e332dff35992b6c71aab9b4958627263a6 (diff)
downloadzsh-f35198d8379303f47c935d8fdd18bc1a76a111aa.tar.gz
zsh-f35198d8379303f47c935d8fdd18bc1a76a111aa.tar.xz
zsh-f35198d8379303f47c935d8fdd18bc1a76a111aa.zip
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cdaa0c1fe..13e52e51b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2016-11-20  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
+	* 39992: Src/params.c: setarrvalue: Allocate a correctly-sized
+	array.
+
 	* unposted (after 39952): Src/Zle/zle_params.c: Restore C89
 	compatibility.