mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-18 02:10:36 +03:00
Cosmetics: address cppcheck warnings on src/utils
This commit is contained in:
@@ -152,9 +152,9 @@ void Base64::decode_forgiven_engine(unsigned char *plain_text,
|
||||
ch = b64_reverse_t[ch];
|
||||
if (ch < 0) {
|
||||
continue;
|
||||
} else if (ch == -2) {
|
||||
/*} else if (ch == -2) {
|
||||
*aiming_size = 0;
|
||||
return;
|
||||
return;*/
|
||||
}
|
||||
switch (i % 4) {
|
||||
case 0:
|
||||
|
||||
Reference in New Issue
Block a user