Fix multiple bugs in cam_strmatch
- Wrongly matches strings that are shorter than the pattern
- Fails to match negative character sets
- Fails to match character sets that aren't at the end of the pattern
- Fails to match character ranges
Differential D13173
Fix multiple bugs in cam_strmatch asomers on Nov 20 2017, 9:41 PM. Authored by Tags None Referenced Files
Subscribers
Details Fix multiple bugs in cam_strmatch
Added unit tests
Diff Detail
Event TimelineComment Actions I suspect these same bugs are present in the file globbing code I stole the original implementation from.
|