Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.1.3
-
None
-
None
Description
proxy/ControlMatcher.cc:371
The return value of pcre_exec is checked against -1 for error. However, the return value -1 means "not found" which is not actually an error. If there is an error, different negative values are returned which this logic will interpret as success.