Add recursion depth protection to LIKE matching.
Since MatchText() recurses, it could in principle be driven to stack overflow, although quite a long pattern would be needed.
Showing
Please register or sign in to comment
Since MatchText() recurses, it could in principle be driven to stack overflow, although quite a long pattern would be needed.