emmetio / sublime-tern

TernJS plugin for Sublime Text
222 stars 13 forks source link

Segfault / freeze with circular symlink #26

Open forivall opened 11 years ago

forivall commented 11 years ago

If a circular symlink is not excluded in ternjs, a segfault or (forkbomb-like) freeze will occur.

Obviously, this should not occur, but non-circular symlinks should still be traversed. A stop-gap measure could be adding a config option to not traverse symlinks at all.