This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients serhiy.storchaka
Date 2012-12-06.11:17:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354792639.08.0.445639143612.issue16626@psf.upfronthosting.co.za>
In-reply-to
Content
glob.glob() can fall in infinite recursion (causing stack overflow) on Windows with patterns which contains metacharacters in drive or UNC path ('*:foo', r'\\?\c:\bar'). This is my assumption, someone should confirm it on Windows.

Here is a patch, which fix an infinite recursion.
History
Date User Action Args
2012-12-06 11:17:20serhiy.storchakasetrecipients: + serhiy.storchaka
2012-12-06 11:17:19serhiy.storchakasetmessageid: <1354792639.08.0.445639143612.issue16626@psf.upfronthosting.co.za>
2012-12-06 11:17:18serhiy.storchakalinkissue16626 messages
2012-12-06 11:17:18serhiy.storchakacreate