| Issue 1583: | "gerrit ls-projects" via ssh recurses through symlinks infinitely | |
| 3 people starred this issue and may be notified of changes. | Back to list |
Affected Version: 2.4.1 What steps will reproduce the problem? 1. Point gerrit's project root to a directory like /srv/git 2. ln -s . /srv/git/git 3. ssh to gerrit's ssh port and run "gerrit ls-projects" What is the expected output? What do you see instead? Gerrit recurses through the symlink, listing projects at the top that sort before "git", then recurses into git and lists git/*, then git/git/*, then git/git/git/*, and so on indefinitely. |
|
| ► Sign in to add a comment |