about summary refs log tree commit diff
path: root/Etc
diff options
context:
space:
mode:
authorDaniel Shahaf <danielsh@apache.org>2020-02-02 07:36:36 +0000
committerDaniel Shahaf <danielsh@apache.org>2020-02-02 07:36:41 +0000
commit7a9467e430eb331d28065a21c6427714634eeaa5 (patch)
treebf7becafdaf82ca717271e36cae377fe19ce01d2 /Etc
parente71ba9704f86a4a3ec1f0ddabbb1f2296fe421fe (diff)
downloadzsh-7a9467e430eb331d28065a21c6427714634eeaa5.tar.gz
zsh-7a9467e430eb331d28065a21c6427714634eeaa5.tar.xz
zsh-7a9467e430eb331d28065a21c6427714634eeaa5.zip
45372: Record a symlink loop bug involving :P
Diffstat (limited to 'Etc')
-rw-r--r--Etc/BUGS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Etc/BUGS b/Etc/BUGS
index 8112299f5..99a0d9753 100644
--- a/Etc/BUGS
+++ b/Etc/BUGS
@@ -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
+------------------------------------------------------------------------