mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 13:56:01 +03:00
Fix issue in sqlHexDecode
This commit is contained in:
parent
d4079971c6
commit
150bc418dd
@ -445,6 +445,7 @@ int sql_hex2bytes_inplace(unsigned char *data, int len) {
|
||||
}
|
||||
} else {
|
||||
*d++ = data[i];
|
||||
found = 0;
|
||||
}
|
||||
|
||||
count++;
|
||||
|
Loading…
x
Reference in New Issue
Block a user