Displaying 2 results from an estimated 2 matches for "data_stack_pool".
2003 Apr 21
1
Message with lots of attachments breaks Dovecot
...uous.
*** mail-index-update.c.orig    Wed Mar 26 10:41:55 2003
--- mail-index-update.c Sun Apr 20 16:53:45 2003
***************
*** 498,504 ****
                 if (cache_fields & DATA_FIELD_MESSAGEPART) {
                         t_push();
!                       buf = buffer_create_dynamic(data_stack_pool, 2048,
                                                     (size_t)-1);
                         message_part_serialize(part, buf);
--- 498,504 ----
                 if (cache_fields & DATA_FIELD_MESSAGEPART) {
                         t_push();
!                       buf = buffer_create_dy...
2003 Mar 11
0
0.99.8.1 out
...9;t work (eg. FETCH BODY[]).
	* src/lib-imap/imap-parser.c: Literal parser broke if \r\n wasn't
	in buffer at the time '}' was parsed.
	* src/lib-mail/message-address.c: message_address_write() didn't
	work.
	* src/lib-mail/message-address.c: message_address_parse(): allow
	using data_stack_pool
(above two fix SEARCH FROM, TO, CC, BCC crashing)
	* src/lib-storage/index/index-save.c: Don't crash if something
	tries to write 0 bytes in headers while saving the message. This
	happened sometimes with mbox.
	* src/auth/master-connection.c: Don't crash if auth request wasn't
	foun...