changeset 4647:5f467dc79a19 HEAD

Increase default address sanitizer pool size
author Timo Sirainen <tss@iki.fi>
date Mon, 09 Oct 2006 20:26:01 +0300
parents 6c607dbab732
children 93a6d2194c5d
files src/deliver/deliver.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/deliver/deliver.c	Mon Oct 09 20:08:05 2006 +0300
+++ b/src/deliver/deliver.c	Mon Oct 09 20:26:01 2006 +0300
@@ -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);
 	if (addr->mailbox == NULL || addr->domain == NULL ||