mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
@@ -1545,10 +1545,10 @@ static const char *gsb_replace_tpath(apr_pool_t *pool, const char *domain, int l
|
|||||||
url = apr_palloc(pool, len + 1);
|
url = apr_palloc(pool, len + 1);
|
||||||
data = apr_palloc(pool, len + 1);
|
data = apr_palloc(pool, len + 1);
|
||||||
|
|
||||||
data[0] = '\0';
|
memset(data, 0, len+1);
|
||||||
|
memset(url, 0, len+1);
|
||||||
|
|
||||||
memcpy(url, domain, len);
|
memcpy(url, domain, len);
|
||||||
url[len] = 0;
|
|
||||||
|
|
||||||
while(( pos = strstr(url , "/./" )) != NULL) {
|
while(( pos = strstr(url , "/./" )) != NULL) {
|
||||||
match = 1;
|
match = 1;
|
||||||
|
Reference in New Issue
Block a user