• Show log

    Commit

  • Hash : d5a51910
    Author : Russell Belfer
    Date : 2012-10-11T13:39:53

    Import DOS fix for fnmatch
    
    Because fnmatch uses recursion, there were some input sequences
    that cause seriously degenerate behavior.  This imports a fix
    that imposes a max recursion limiter to avoid the worst of it.