mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
msr->msc_full_request_buffer is freed but not assigned to NULL. It could be freed again later
This commit is contained in:
@@ -330,6 +330,7 @@ static apr_status_t modsecurity_tx_cleanup(void *data) {
|
||||
msr->msc_full_request_buffer != NULL) {
|
||||
msr->msc_full_request_length = 0;
|
||||
free(msr->msc_full_request_buffer);
|
||||
msr->msc_full_request_buffer = NULL;
|
||||
}
|
||||
|
||||
#if defined(WITH_LUA)
|
||||
|
Reference in New Issue
Block a user