mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 13:38:19 +00:00
Fix missing from previous MIME commit.
This commit is contained in:
parent
2b9e5bbe7e
commit
83ff7b65a6
1 changed files with 1 additions and 0 deletions
|
@ -876,6 +876,7 @@ void MIME_Entity::DataOctets(int len, const char* data)
|
|||
int n = min(data_buf_length - data_buf_offset, len);
|
||||
memcpy(data_buf_data + data_buf_offset, data, n);
|
||||
data += n;
|
||||
data_buf_offset += n;
|
||||
len -= n;
|
||||
|
||||
if ( data_buf_offset == data_buf_length )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue