mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +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;
|
||||
|
||||
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]);
|
||||
|
||||
/* Do full check if first/second bytes are 0 */
|
||||
|
Reference in New Issue
Block a user