mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-10 02:04:36 +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 + 2] == 'f') || (input[i + 2] == 'F'))
|
||||||
&& ((input[i + 3] == 'f') || (input[i + 3] == 'F')))
|
&& ((input[i + 3] == 'f') || (input[i + 3] == 'F')))
|
||||||
{
|
{
|
||||||
*d += 0x20;
|
(*d) += 0x20;
|
||||||
}
|
}
|
||||||
|
|
||||||
d++;
|
d++;
|
||||||
|
|||||||
Reference in New Issue
Block a user