mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Build and code fixes
This commit is contained in:
@@ -1022,7 +1022,7 @@ int js_decode_nonstrict_inplace(unsigned char *input, long int input_len) {
|
||||
int urldecode_uni_nonstrict_inplace_ex(unsigned char *input, long int input_len, int *changed) {
|
||||
unsigned char *d = input;
|
||||
long int i, count, fact, j, xv;
|
||||
unsigned int Code, hmap = -1;
|
||||
int Code, hmap = -1;
|
||||
|
||||
*changed = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user