mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 13:26:01 +03:00
Fix variable FILES_TMPNAMES
This commit is contained in:
parent
077b18252f
commit
5018358371
2
CHANGES
2
CHANGES
@ -1,6 +1,8 @@
|
||||
v3.0.3 - YYYY-MMM-DD (to be released)
|
||||
-------------------------------------
|
||||
|
||||
- Fix variable FILES_TMPNAMES
|
||||
[Issue #1646, #1610 - @victorhora, @zimmerle, @defanator]
|
||||
- Fix memory leak in Collections
|
||||
[Issue #1729, #1730 - @@defanator]
|
||||
|
||||
|
@ -1134,8 +1134,8 @@ int Multipart::multipart_complete(std::string *error) {
|
||||
m_transaction->m_variableFilesTmpContent.set(m->m_filename,
|
||||
m->m_value, m->m_valueOffset);
|
||||
|
||||
m_transaction->m_variableFilesTmpNames.set(m->m_filename,
|
||||
m->m_filename, m->m_filenameOffset);
|
||||
m_transaction->m_variableFilesTmpNames.set(m->m_tmp_file_name,
|
||||
m->m_tmp_file_name, m->m_filenameOffset);
|
||||
|
||||
file_combined_size = file_combined_size + m->m_tmp_file_size.first;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user