about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2014-12-19 22:15:24 +0000
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2014-12-19 22:15:24 +0000
commit89012cf94caa6e782b928d0eacfbf840244ffb6b (patch)
tree955cf487a84fbe3bbc1f438b86bbb78926f98103 /ChangeLog
parentfd934e1187952ef6227dae8caaddd881782cc323 (diff)
downloadzsh-89012cf94caa6e782b928d0eacfbf840244ffb6b.tar.gz
zsh-89012cf94caa6e782b928d0eacfbf840244ffb6b.tar.xz
zsh-89012cf94caa6e782b928d0eacfbf840244ffb6b.zip
34015: disallow strange environment variable names.
These are ones with the top bit set in any character.
Don't import them, and don't export them.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 81e800d61..c11e2dee3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2014-12-19  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
+	* 34015: Src/params.c: back off yesterday's mess and
+	disallow environment variables with characters with the
+	top bit set.
+
 	* 34005: Src/Zle/zle_refresh.c: Zero uninitialised memory when
 	realloc'ing region_highlights.