summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2016-11-17 19:49:17 +0000
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2016-11-17 19:49:17 +0000
commita62e1640bcafbb82d86ea8d8ce057a83c4683d60 (patch)
treeb2e99365eb00070fd5b51f45d9cbb14fb1a17fd4 /ChangeLog
parent39921: __git_recent_branches: Remove erroneous parsing of partial ref names a... (diff)
downloadzsh-a62e1640bcafbb82d86ea8d8ce057a83c4683d60.tar
zsh-a62e1640bcafbb82d86ea8d8ce057a83c4683d60.tar.gz
zsh-a62e1640bcafbb82d86ea8d8ce057a83c4683d60.tar.bz2
zsh-a62e1640bcafbb82d86ea8d8ce057a83c4683d60.tar.lz
zsh-a62e1640bcafbb82d86ea8d8ce057a83c4683d60.tar.xz
zsh-a62e1640bcafbb82d86ea8d8ce057a83c4683d60.tar.zst
zsh-a62e1640bcafbb82d86ea8d8ce057a83c4683d60.zip
39958: Add extra byte to PATH_MAX allocations.
This ensures we've got enough space for a null, although this isn't always needed.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aa3b57bf0..f3dbffcc0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2016-11-17 Peter Stephenson <p.w.stephenson@ntlworld.com>
+
+ * 39958: Src/Zle/compctl.c, Src/builtin.c, Src/compat.c,
+ Src/exec.c, Src/glob.c, Src/hist.c, Src/utils.c: Add spare byte
+ to PATH_MAX allocation to allow for possible null.
+
2016-11-17 Daniel Shahaf <d.s@daniel.shahaf.name>
* 39921: Completion/Unix/Command/_git: __git_recent_branches: