[dovecot-cvs] dovecot/src/auth auth-request.c,1.15,1.16
cras at dovecot.org
cras at dovecot.org
Sat Mar 12 20:20:11 EET 2005
- Previous message: [dovecot-cvs] dovecot/src/lib-index mail-cache-lookup.c, 1.27,
1.28 mail-cache-private.h, 1.23, 1.24 mail-cache.c, 1.63,
1.64 mail-index-private.h, 1.50, 1.51 mail-index-sync-ext.c,
1.5, 1.6 mail-index-sync-keywords.c, 1.3,
1.4 mail-index-sync-private.h, 1.22,
1.23 mail-index-sync-update.c, 1.81, 1.82 mail-index-sync.c,
1.50, 1.51 mail-index-transaction-private.h, 1.22,
1.23 mail-index-transaction-view.c, 1.11,
1.12 mail-index-transaction.c, 1.53, 1.54 mail-index-view.c,
1.32, 1.33 mail-index.c, 1.191,
1.192 mail-transaction-log-append.c, 1.4, 1.5
- Next message: [dovecot-cvs] dovecot/src/lib array.h,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/cvs/dovecot/src/auth
In directory talvi:/tmp/cvs-serv5949
Modified Files:
auth-request.c
Log Message:
Crashfix. Patch by Andrey Panin.
Index: auth-request.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/auth/auth-request.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- auth-request.c 7 Mar 2005 20:21:52 -0000 1.15
+++ auth-request.c 12 Mar 2005 18:20:09 -0000 1.16
@@ -151,7 +151,8 @@
}
/* save all except the currently given password in cache */
- str = t_str_new(32 + str_len(request->extra_fields));
+ str = t_str_new(32 + (request->extra_fields != NULL ?
+ str_len(request->extra_fields) : 0));
if (*request->passdb_password != '{') {
/* cached passwords must have a known scheme */
str_append_c(str, '{');
- Previous message: [dovecot-cvs] dovecot/src/lib-index mail-cache-lookup.c, 1.27,
1.28 mail-cache-private.h, 1.23, 1.24 mail-cache.c, 1.63,
1.64 mail-index-private.h, 1.50, 1.51 mail-index-sync-ext.c,
1.5, 1.6 mail-index-sync-keywords.c, 1.3,
1.4 mail-index-sync-private.h, 1.22,
1.23 mail-index-sync-update.c, 1.81, 1.82 mail-index-sync.c,
1.50, 1.51 mail-index-transaction-private.h, 1.22,
1.23 mail-index-transaction-view.c, 1.11,
1.12 mail-index-transaction.c, 1.53, 1.54 mail-index-view.c,
1.32, 1.33 mail-index.c, 1.191,
1.192 mail-transaction-log-append.c, 1.4, 1.5
- Next message: [dovecot-cvs] dovecot/src/lib array.h,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list