mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Memory pool fixes and code cleanup
This commit is contained in:
@@ -388,7 +388,7 @@ static void sanitize_request_line(modsec_rec *msr) {
|
||||
}
|
||||
arg_max++;
|
||||
arg_min--;
|
||||
*pat++;
|
||||
pat++;
|
||||
}
|
||||
}
|
||||
sanitized_partial = 1;
|
||||
@@ -702,7 +702,7 @@ void sec_audit_logger(modsec_rec *msr) {
|
||||
}
|
||||
arg_max++;
|
||||
arg_min--;
|
||||
*pat++;
|
||||
pat++;
|
||||
}
|
||||
sanitized_partial = 1;
|
||||
}
|
||||
@@ -949,7 +949,7 @@ void sec_audit_logger(modsec_rec *msr) {
|
||||
}
|
||||
arg_max++;
|
||||
arg_min--;
|
||||
*pat++;
|
||||
pat++;
|
||||
}
|
||||
sanitized_partial = 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user