[dovecot-cvs] dovecot/src/deliver deliver.c,1.20.2.12,1.20.2.13

tss at dovecot.org tss at dovecot.org
Mon Oct 9 18:26:02 UTC 2006


Update of /var/lib/cvs/dovecot/src/deliver
In directory talvi:/tmp/cvs-serv17188

Modified Files:
      Tag: branch_1_0
	deliver.c 
Log Message:
Increase default address sanitizer pool size



Index: deliver.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/deliver/deliver.c,v
retrieving revision 1.20.2.12
retrieving revision 1.20.2.13
diff -u -d -r1.20.2.12 -r1.20.2.13
--- deliver.c	8 Oct 2006 20:09:47 -0000	1.20.2.12
+++ deliver.c	9 Oct 2006 17:26:00 -0000	1.20.2.13
@@ -308,7 +308,7 @@
 	const char *ret;
 	pool_t pool;
 
-	pool = pool_alloconly_create("address sanitizer", 128);
+	pool = pool_alloconly_create("address sanitizer", 256);
 	addr = message_address_parse(pool, (const unsigned char *)address,
 				     strlen(address), 1, FALSE);
 



More information about the dovecot-cvs mailing list