aboutsummaryrefslogtreecommitdiffstats
path: root/options.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-07-20 22:01:50 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-07-20 22:01:50 +0000
commita5b09204067bc42cacacadc26840f7b15889a527 (patch)
tree10aed3c8a6580927a1675ec7b9e3b546944489b2 /options.c
parent2c1ff9e0660fa28b16bcc5ed02123ea51e254687 (diff)
downloadfetchmail-a5b09204067bc42cacacadc26840f7b15889a527.tar.gz
fetchmail-a5b09204067bc42cacacadc26840f7b15889a527.tar.bz2
fetchmail-a5b09204067bc42cacacadc26840f7b15889a527.zip
Core-dump fix.
svn path=/trunk/; revision=2007
Diffstat (limited to 'options.c')
-rw-r--r--options.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/options.c b/options.c
index 94595e30..8b77ddb7 100644
--- a/options.c
+++ b/options.c
@@ -426,6 +426,7 @@ struct query *ctl; /* option record to be initialized */
break;
case 'Z':
case LA_ANTISPAM:
+ buf = xmalloc(strlen(optarg));
strcpy(buf, optarg);
cp = strtok(buf, ",");
do {