From a5b09204067bc42cacacadc26840f7b15889a527 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 20 Jul 1998 22:01:50 +0000 Subject: Core-dump fix. svn path=/trunk/; revision=2007 --- options.c | 1 + 1 file changed, 1 insertion(+) (limited to 'options.c') 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 { -- cgit v1.2.3