Never use listdir with both recursion=True and followSymlinks=True since it circular...
authorZac Medico <zmedico@gentoo.org>
Sun, 18 Mar 2007 07:40:11 +0000 (07:40 -0000)
committerZac Medico <zmedico@gentoo.org>
Sun, 18 Mar 2007 07:40:11 +0000 (07:40 -0000)
commitfe27c41995ff9c58eb95d015bbcd19d2d2b44039
treea2e3d3a8913b0fc3d4d49c72aa3e108ca34df28f
parent393ed1e409b2f295a47f133ce4d2d920fc15770a
Never use listdir with both recursion=True and followSymlinks=True since it circular symlinks will lead to endless recursion loops.  Thanks to Tobias Hahn <tobhahn@web.de> for this patch.

svn path=/main/trunk/; revision=6242
pym/portage/dbapi/vartree.py