[dovecot-cvs] dovecot/src/pop3 commands.c,1.12,1.13

cras at procontrol.fi cras at procontrol.fi
Sun May 2 02:15:53 EEST 2004


Update of /home/cvs/dovecot/src/pop3
In directory talvi:/tmp/cvs-serv22643

Modified Files:
	commands.c 
Log Message:
crashfix



Index: commands.c
===================================================================
RCS file: /home/cvs/dovecot/src/pop3/commands.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- commands.c	27 Apr 2004 20:25:55 -0000	1.12
+++ commands.c	1 May 2004 23:15:51 -0000	1.13
@@ -268,6 +268,7 @@
 	struct mail *mail;
 	struct istream *stream;
 
+	memset(&seqset, 0, sizeof(seqset));
 	seqset.seq1 = seqset.seq2 = msgnum+1;
 
 	memset(&search_arg, 0, sizeof(search_arg));



More information about the dovecot-cvs mailing list