From: Timo Sirainen Date: Sat, 1 May 2004 23:15:51 +0000 (+0300) Subject: crashfix X-Git-Tag: 1.1.alpha1~4156 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=379b56135b06770d306e719cdb6c07cc796f75c9;p=thirdparty%2Fdovecot%2Fcore.git crashfix --HG-- branch : HEAD --- diff --git a/src/pop3/commands.c b/src/pop3/commands.c index 69ec3cf661..62272bf592 100644 --- a/src/pop3/commands.c +++ b/src/pop3/commands.c @@ -268,6 +268,7 @@ static void fetch(struct client *client, unsigned int msgnum, struct mail *mail; struct istream *stream; + memset(&seqset, 0, sizeof(seqset)); seqset.seq1 = seqset.seq2 = msgnum+1; memset(&search_arg, 0, sizeof(search_arg));