Message153295
Oh, forgot to mention, the term "symlink loop" itself is ambiguous.
There are direct symlink loops: an example is a "some_dir/linky" link pointing to "../some_dir/linky". These will fail when resolving them.
There are indirect symlink loops: "some_dir/linky" pointing to "../some_dir". Resolving them works fine, but recursively walking them produces an infinite recursion.
Lots of fun :) |
|
Date |
User |
Action |
Args |
2012-02-13 20:16:36 | pitrou | set | recipients:
+ pitrou, ncoghlan, vstinner, giampaolo.rodola, eric.araujo, neologix |
2012-02-13 20:16:36 | pitrou | set | messageid: <1329164196.35.0.361622148187.issue13229@psf.upfronthosting.co.za> |
2012-02-13 20:16:35 | pitrou | link | issue13229 messages |
2012-02-13 20:16:35 | pitrou | create | |
|