mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-17 09:55:28 +03:00
Cosmetic changes: applies changes suggested by static analysis
This commit is contained in:
@@ -148,7 +148,7 @@ void Base64::decode_forgiven_engine(unsigned char *plain_text,
|
||||
}
|
||||
|
||||
ch = b64_reverse_t[ch];
|
||||
if (ch < 0 || ch == -1) {
|
||||
if (ch < 0) {
|
||||
continue;
|
||||
} else if (ch == -2) {
|
||||
*aiming_size = 0;
|
||||
|
||||
Reference in New Issue
Block a user