1
0
Fork 0
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:
Peter Stephenson 2010-07-29 08:51:04 +00:00
parent 93e0bc094f
commit f554a8af16

View file

@ -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 $
***************************************************** *****************************************************