about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2015-01-06 01:01:08 +0100
committerMikael Magnusson <mikachu@gmail.com>2015-01-06 23:45:26 +0100
commit6b79f29fb230e839c97682f9c8648cac2762669e (patch)
tree8b4fed3e376d8bec67cf691f5e2b580b11adb0b5 /ChangeLog
parenta150563fb049b338983156a5be4ff760a0d79c20 (diff)
downloadzsh-6b79f29fb230e839c97682f9c8648cac2762669e.tar.gz
zsh-6b79f29fb230e839c97682f9c8648cac2762669e.tar.xz
zsh-6b79f29fb230e839c97682f9c8648cac2762669e.zip
34118: Don't crash when writing out history if HOST is unset
Found by Coverity (Issue 1255793).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 39599afd5..65c049868 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2015-01-06  Mikael Magnusson  <mikachu@gmail.com>
 
+	* 34118: Src/hist.c: Don't crash when writing out history if
+	HOST is unset
+
 	* 34114: Src/builtin.c: emulate: Handle aborting from mixed
 	-L/-c correctly