diff options
| author | Mikael Magnusson <mikachu@gmail.com> | 2015-01-05 14:29:03 +0100 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@gmail.com> | 2015-01-06 23:46:49 +0100 |
| commit | 9e5dc2925ce7898880682495e4058abd22adf9f3 (patch) | |
| tree | 7aa8131f1e3fbf13e352157b238611ffd409bcb6 /Completion/Unix/Command/_pkg_instance | |
| parent | 34104: compctl: Remove pointless check (diff) | |
| download | zsh-9e5dc2925ce7898880682495e4058abd22adf9f3.tar zsh-9e5dc2925ce7898880682495e4058abd22adf9f3.tar.gz zsh-9e5dc2925ce7898880682495e4058abd22adf9f3.tar.bz2 zsh-9e5dc2925ce7898880682495e4058abd22adf9f3.tar.lz zsh-9e5dc2925ce7898880682495e4058abd22adf9f3.tar.xz zsh-9e5dc2925ce7898880682495e4058abd22adf9f3.tar.zst 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).
