mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-19 18:54:23 +03:00
Cosmetics: address cppcheck warnings on src/operators
This commit is contained in:
@@ -42,7 +42,7 @@ class ValidateUtf8Encoding : public Operator {
|
||||
const std::string &str,
|
||||
std::shared_ptr<RuleMessage> ruleMessage) override;
|
||||
|
||||
int detect_utf8_character(const unsigned char *p_read,
|
||||
static int detect_utf8_character(const unsigned char *p_read,
|
||||
unsigned int length);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user