mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Added a comment.
This commit is contained in:
@@ -1275,6 +1275,10 @@ int css_decode_inplace(unsigned char *input, long int input_len) {
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case 6:
|
case 6:
|
||||||
|
/* Use the last two from the end, but request
|
||||||
|
* a full width check if the number is greater
|
||||||
|
* or equal to 0xFFFF.
|
||||||
|
*/
|
||||||
*d = x2c(&input[i + j - 2]);
|
*d = x2c(&input[i + j - 2]);
|
||||||
|
|
||||||
/* Do full check if first/second bytes are 0 */
|
/* Do full check if first/second bytes are 0 */
|
||||||
|
Reference in New Issue
Block a user