about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2015-01-05 14:29:03 +0100
committerMikael Magnusson <mikachu@gmail.com>2015-01-06 23:46:49 +0100
commit9e5dc2925ce7898880682495e4058abd22adf9f3 (patch)
tree7aa8131f1e3fbf13e352157b238611ffd409bcb6 /ChangeLog
parentea6bb993e980171454708dd89847553a30d17dd9 (diff)
downloadzsh-9e5dc2925ce7898880682495e4058abd22adf9f3.tar.gz
zsh-9e5dc2925ce7898880682495e4058abd22adf9f3.tar.xz
zsh-9e5dc2925ce7898880682495e4058abd22adf9f3.zip
34121: compresult: Remove unneeded NULL check
The variable is set to  if NULL at the start of the function, and derefed
on the previous line. Found by Coverity (Issue 1255843).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 489d6f858..46f1826c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2015-01-06  Mikael Magnusson  <mikachu@gmail.com>
 
+	* 34121: Src/Zle/compresult.c: Remove unneeded NULL check
+
 	* 34104: Src/Zle/compctl.c: Remove pointless check
 
 	* 34115: Src/Zle/compcore.c: Fix size argument to zfree