[dovecot-cvs] dovecot/src/plugins/fts fts-storage.c,1.18,1.19

tss at dovecot.org tss at dovecot.org
Sun Mar 25 21:45:03 EEST 2007


Update of /var/lib/cvs/dovecot/src/plugins/fts
In directory talvi:/tmp/cvs-serv6438

Modified Files:
	fts-storage.c 
Log Message:
crashfix



Index: fts-storage.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/plugins/fts/fts-storage.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- fts-storage.c	25 Mar 2007 17:00:04 -0000	1.18
+++ fts-storage.c	25 Mar 2007 18:45:01 -0000	1.19
@@ -473,6 +473,8 @@
 {
 	if (old_arg == NULL)
 		return TRUE;
+	if (new_arg == NULL)
+		return FALSE;
 
 	/* prefer not to use headers. they have a larger possibility of
 	   having lots of identical strings */



More information about the dovecot-cvs mailing list