Path: utzoo!mnetor!uunet!husc6!m2c!ulowell!apollo!rees From: rees@apollo.uucp (Jim Rees) Newsgroups: news.software.b Subject: Re: fix for rnews coredumping on cancel Message-ID: <3a2909a0.b8ab@apollo.uucp> Date: 8 Feb 88 13:16:00 GMT References: <728@jpusa1.UUCP> Organization: Apollo Computer, Chelmsford, Mass. Lines: 20 This fix is also required if you are running C expire. I fixed it a little bit differently: *************** *** 657,663 **** #endif /* ORGDISTRIB */ STRCMP(header.distribution, "local") == 0)) su = 1; ! while (*p) { q = index(p, ' '); if (q) *q = '\0'; --- 680,686 ---- #endif /* ORGDISTRIB */ STRCMP(header.distribution, "local") == 0)) su = 1; ! while (q && *p) { q = index(p, ' '); if (q) *q = '\0';