diff options
| author | Daniel Shahaf <danielsh@apache.org> | 2020-02-02 07:36:36 +0000 |
|---|---|---|
| committer | Daniel Shahaf <danielsh@apache.org> | 2020-02-02 07:36:41 +0000 |
| commit | 7a9467e430eb331d28065a21c6427714634eeaa5 (patch) | |
| tree | bf7becafdaf82ca717271e36cae377fe19ce01d2 | |
| parent | 45365: _git: Fix __git_recent_branches for the case when a commit has an empt... (diff) | |
| download | zsh-7a9467e430eb331d28065a21c6427714634eeaa5.tar zsh-7a9467e430eb331d28065a21c6427714634eeaa5.tar.gz zsh-7a9467e430eb331d28065a21c6427714634eeaa5.tar.bz2 zsh-7a9467e430eb331d28065a21c6427714634eeaa5.tar.lz zsh-7a9467e430eb331d28065a21c6427714634eeaa5.tar.xz zsh-7a9467e430eb331d28065a21c6427714634eeaa5.tar.zst zsh-7a9467e430eb331d28065a21c6427714634eeaa5.zip | |
45372: Record a symlink loop bug involving :P
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | Etc/BUGS | 2 |
2 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2020-02-02 Daniel Shahaf <danielsh@apache.org> + + * 45372: Etc/BUGS: Record a symlink loop bug involving :P + 2020-02-02 WGH <wgh@torlan.ru> * 45365: Completion/Unix/Command/_git: Fix __git_recent_branches @@ -29,3 +29,5 @@ skipped when STTY=... is set for that command 44007 - Martijn - exit in trap executes rest of function See test case in Test/C03traps.ztst. ------------------------------------------------------------------------ +45282: ${${:-foo}:P} where foo is a symlink that points to itself segfaults +------------------------------------------------------------------------ |
