search for: message_part_deserialize_part

Displaying 1 result from an estimated 1 matches for "message_part_deserialize_part".

2003 Apr 21
1
Message with lots of attachments breaks Dovecot
I have a message with over a 1000 embedded attachments(!), and it breaks Dovecot. The issue appears to be buffer management. There is some logic in the function message_part_deserialize_part that seems to assume that the message part structure is in a contiguous array, but that doesn't seem to be the case. I haven't been able to figure out enough about the memory management in Dovecot to fix the problem. Below is a horrible workaround that just allocates a lot more memory for...