summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2015-01-05 14:02:59 +0100
committerMikael Magnusson <mikachu@gmail.com>2015-01-06 23:46:31 +0100
commitea6bb993e980171454708dd89847553a30d17dd9 (patch)
tree72511755ae4d9c3f1d391957bb0c072414be4637 /ChangeLog
parent221ecf5010b46afc93a2eec3c132fb8656716247 (diff)
downloadzsh-ea6bb993e980171454708dd89847553a30d17dd9.tar.gz
zsh-ea6bb993e980171454708dd89847553a30d17dd9.tar.xz
zsh-ea6bb993e980171454708dd89847553a30d17dd9.zip
34104: compctl: Remove pointless check
cc has already been derefed a bunch of times leading up to here. Found
by Coverity (Issue 1255841).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c31520b69..489d6f858 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2015-01-06  Mikael Magnusson  <mikachu@gmail.com>
 
+	* 34104: Src/Zle/compctl.c: Remove pointless check
+
 	* 34115: Src/Zle/compcore.c: Fix size argument to zfree
 
 	* 34117: Src/Zle/zle_utils.c: size_t is unsigned, use int instead