about summary refs log tree commit diff
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
parente71ba9704f86a4a3ec1f0ddabbb1f2296fe421fe (diff)
downloadzsh-7a9467e430eb331d28065a21c6427714634eeaa5.tar.gz
zsh-7a9467e430eb331d28065a21c6427714634eeaa5.tar.xz
zsh-7a9467e430eb331d28065a21c6427714634eeaa5.zip
45372: Record a symlink loop bug involving :P
-rw-r--r--ChangeLog4
-rw-r--r--Etc/BUGS2
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 698e21592..d4dbb2e12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
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
+------------------------------------------------------------------------