dovecot-2.2: lib-http: 32bit system fix.

dovecot at dovecot.org dovecot at dovecot.org
Thu Sep 26 05:56:18 EEST 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/83e74b3a0d10
changeset: 16827:83e74b3a0d10
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Sep 26 04:55:59 2013 +0200
description:
lib-http: 32bit system fix.

diffstat:

 src/lib-http/http-header-parser.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 0f84a1e3c4aa -r 83e74b3a0d10 src/lib-http/http-header-parser.c
--- a/src/lib-http/http-header-parser.c	Wed Sep 25 10:06:19 2013 +0300
+++ b/src/lib-http/http-header-parser.c	Thu Sep 26 04:55:59 2013 +0200
@@ -272,7 +272,7 @@
 	const uoff_t max_size = parser->limits.max_size;
 	const uoff_t max_field_size = parser->limits.max_field_size;
 	const unsigned char *data;
-	uoff_t size;
+	size_t size;
 	int ret;
 
 	*error_r = NULL;


More information about the dovecot-cvs mailing list