mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-23 17:01:05 +02:00
<hamer@hamer.org.ua>: 28104: fix completion crash due to NULL pointer
This commit is contained in:
parent
93e0bc094f
commit
f554a8af16
1 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2010-07-29 Peter Stephenson <pws@csr.com>
|
||||||
|
|
||||||
|
* <hamer@hamer.org.ua>: 28104: Src/Zle/compcore.c: crash
|
||||||
|
in obscure completion case due to NULL pointer.
|
||||||
|
|
||||||
2010-07-28 Peter Stephenson <pws@csr.com>
|
2010-07-28 Peter Stephenson <pws@csr.com>
|
||||||
|
|
||||||
* users/15204: Functions/Zftp/zfinit: check compctl is loaded
|
* users/15204: Functions/Zftp/zfinit: check compctl is loaded
|
||||||
|
@ -13441,5 +13446,5 @@
|
||||||
|
|
||||||
*****************************************************
|
*****************************************************
|
||||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||||
* $Revision: 1.5038 $
|
* $Revision: 1.5039 $
|
||||||
*****************************************************
|
*****************************************************
|
||||||
|
|
Loading…
Reference in a new issue