inn2.3, newnews command
unilerik at green.rnd.uni-c.dk
unilerik at green.rnd.uni-c.dk
Tue Jan 11 12:35:39 UTC 2000
On Tue, 11 Jan 2000, Matthias Urlichs wrote:
> Hi,
>
> unilerik at green.rnd.uni-c.dk:
> > newnews * 000111 000000
> > Connection closed by foreign host.
> >
> Segmentation fault due to memory overrun.
>
> > Any suggestions ?
>
> prcs: Producing diffs from base.484 to test.22(w).
> Index: base.484/nnrpd/commands.c
> --- base.484/nnrpd/commands.c Mon, 20 Dec 1999 08:11:29 +0100 smurf (net_news_inn/b/43_commands.c 1.24.1.10 664)
> +++ test.22(w)/nnrpd/commands.c Wed, 05 Jan 2000 12:55:54 +0100 smurf (net_news_inn/b/43_commands.c 1.24.1.10 664)
(net_news_inn/b/43_commands.c 1.24.1.10 664)
> @@ -656,7 +656,7 @@
> grouplist = NEW(GROUPDATA, 1000);
> listsize = 1000;
> }
> - if (listsize < numgroups) {
> + if (listsize <= numgroups) {
> listsize += 1000;
> grouplist = RENEW(grouplist, GROUPDATA, listsize);
> }
It doesn't help - still the same.
/Erik
+-------------------+---------------------------------+
| UNI-C | E-Mail: Erik.Mouritzen at uni-c.dk |
| DTU, Building 304 | Phone: +45 3587 8889 |
| DK2800 Lyngby | Fax: +45 3587 8990 |
+-------------------+---------------------------------+
| Danish Computing Centre for Research and Education |
+-----------------------------------------------------+
More information about the inn-workers
mailing list