Memory pool fixes and code cleanup

This commit is contained in:
brenosilva
2011-04-03 03:57:02 +00:00
parent 82a9652ae9
commit 0d32c17c30
6 changed files with 47 additions and 71 deletions

View File

@@ -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;
}