HomeFreeBSD

fnmatch(): Remove exponential behaviour as in sh r229201.

Description

fnmatch(): Remove exponential behaviour as in sh r229201.

The old code was exponential in the number of asterisks in the pattern.
However, once a match has been found upto the next asterisk, the previous
asterisks are no longer relevant.

Details

Provenance
jillesAuthored on
Parents
rS288308: Fix what looks like a consistent copy&paste error.
Branches
Unknown
Tags
Unknown