diff options
author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2020-03-21 18:45:35 +0000 |
---|---|---|
committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2020-03-25 23:49:02 +0000 |
commit | 47fc5fe01fa315c38335739beb6102e103a80702 (patch) | |
tree | 9bf4ec46c2ff8e225bab2448bbe07849f49606de /Etc/BUGS | |
parent | 12414d80523ed73a15c495b3a2f95c23ab61b2b8 (diff) | |
download | zsh-47fc5fe01fa315c38335739beb6102e103a80702.tar.gz zsh-47fc5fe01fa315c38335739beb6102e103a80702.tar.xz zsh-47fc5fe01fa315c38335739beb6102e103a80702.zip |
45583/0004: Fix segfault on resolving symlink loops
Diffstat (limited to 'Etc/BUGS')
-rw-r--r-- | Etc/BUGS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Etc/BUGS b/Etc/BUGS index 99a0d9753..2501d59a7 100644 --- a/Etc/BUGS +++ b/Etc/BUGS @@ -29,5 +29,6 @@ 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 +45282: xsymlinks() segfaults on symlink loops +Fixed for some cases; need to audit remaining callers ------------------------------------------------------------------------ |