Skip to content

curl_fnmatch: only allow two asterisks for matching#2587

Closed
bagder wants to merge 1 commit intomasterfrom
bagder/fnmatch-limit-wildcard
Closed

curl_fnmatch: only allow two asterisks for matching#2587
bagder wants to merge 1 commit intomasterfrom
bagder/fnmatch-limit-wildcard

Conversation

@bagder
Copy link
Member

@bagder bagder commented May 18, 2018

The previous limit of 5 can still end up in situation that takes a very
long time and consumes a lot of CPU.

If there is still a rare use case for this, a user can provide their own
fnmatch callback for a version that allows a larger set of wildcards.

This commit was triggered by yet another OSS-Fuzz timeout due to this.

The previous limit of 5 can still end up in situation that takes a very
long time and consumes a lot of CPU.

If there is still a rare use case for this, a user can provide their own
fnmatch callback for a version that allows a larger set of wildcards.

This commit was triggered by yet another OSS-Fuzz timeout due to this.
@bagder bagder closed this in 404c885 May 18, 2018
@bagder bagder deleted the bagder/fnmatch-limit-wildcard branch May 18, 2018 21:34
@lock lock bot locked as resolved and limited conversation to collaborators Aug 16, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant