about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2015-01-05 14:00:01 +0100
committerMikael Magnusson <mikachu@gmail.com>2015-01-06 23:51:01 +0100
commit38dc59907b50f1717b3634ab3a99499a52819e3f (patch)
tree38947ce522dd2ee02a85b64d51480d150c95ae87 /ChangeLog
parentc425cc9632fc475e3117cf96e69e2510be5d80c0 (diff)
downloadzsh-38dc59907b50f1717b3634ab3a99499a52819e3f.tar.gz
zsh-38dc59907b50f1717b3634ab3a99499a52819e3f.tar.xz
zsh-38dc59907b50f1717b3634ab3a99499a52819e3f.zip
34120: compctl, jobs: Check contents instead of array
text is an array in the struct, and can never be null.

Found by Coverity (Issue 1255780).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6698da345..688ad8d44 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2015-01-06  Mikael Magnusson  <mikachu@gmail.com>
 
+	* 34120: Src/Zle/compctl.c, Src/jobs.c: Check contents instead
+	of array
+
 	* 34108: Src/utils.c: Don't leak ifs stuff
 
 	* 34107: Src/hist.c: getsubsargs: free ptr1 before returning