about summary refs log tree commit diff
path: root/Src
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2020-03-21 19:16:17 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2020-03-25 23:49:02 +0000
commitfc286a7c11aa767cab203f1fe111133eac9056fa (patch)
tree8433ad019e8a590b3ba680f4977ef4afe14c345e /Src
parentdabfd1f1fbab2b6543f541488c73bdc28230f43f (diff)
downloadzsh-fc286a7c11aa767cab203f1fe111133eac9056fa.tar.gz
zsh-fc286a7c11aa767cab203f1fe111133eac9056fa.tar.xz
zsh-fc286a7c11aa767cab203f1fe111133eac9056fa.zip
45583/0008: Extend tests to prove that what remains of xsymlinks() handles symlink loops gracefully.
Diffstat (limited to 'Src')
-rw-r--r--Src/utils.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Src/utils.c b/Src/utils.c
index 98dac6780..69885fed3 100644
--- a/Src/utils.c
+++ b/Src/utils.c
@@ -922,8 +922,6 @@ slashsplit(char *s)
 /* expands .. or . expressions and one level of symlinks
  *
  * Puts the result in the global "xbuf"
- *
- * WARNING: This will segfault on symlink loops (thread: workers/45282)
  */
 
 /**/