mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-09 17:54:37 +03:00
Cleaned up some code to make the intent clearer.
This commit is contained in:
@@ -555,7 +555,7 @@ int urldecode_uni_nonstrict_inplace_ex(unsigned char *input, long int input_len)
|
||||
&& ((input[i + 2] == 'f') || (input[i + 2] == 'F'))
|
||||
&& ((input[i + 3] == 'f') || (input[i + 3] == 'F')))
|
||||
{
|
||||
*d += 0x20;
|
||||
(*d) += 0x20;
|
||||
}
|
||||
|
||||
d++;
|
||||
|
||||
Reference in New Issue
Block a user