We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've just found a possible problems in the options parsing function find_opt_end
find_opt_end
For example when in a quoted options (like the PCRE ones, but also others ) it is possible to find a semicolon char and break the parsing.
To explain, the following returns a wrong option list:
pcre:"/[^\x15][^I?>(i/.7*)+96][ -\',-013-68;-=@-GJ-MOP-_`hk-op-tv-\x7f]{1,14}\x15/R";
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've just found a possible problems in the options parsing function
find_opt_end
For example when in a quoted options (like the PCRE ones, but also others ) it is possible to find a semicolon char and break the parsing.
To explain, the following returns a wrong option list:
The text was updated successfully, but these errors were encountered: