[dovecot-cvs] dovecot/src/deliver deliver.c,1.29,1.30
tss at dovecot.org
tss at dovecot.org
Mon Oct 9 18:26:04 UTC 2006
Update of /var/lib/cvs/dovecot/src/deliver
In directory talvi:/tmp/cvs-serv17184
Modified Files:
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.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- deliver.c 8 Oct 2006 20:09:48 -0000 1.29
+++ deliver.c 9 Oct 2006 17:26:01 -0000 1.30
@@ -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 ||
More information about the dovecot-cvs
mailing list