[leafnode-list] Bug in current alpha version

Matthias Andree matthias.andree at gmx.de
Wed Jan 14 14:38:27 CET 2004


Hans-Jürgen Ficker schrieb am 2004-01-13:

> I found a bug in nntpd.c of the current leafnode snapshots. When using
> LIST ACTIVE (and probably LIST NEWSGROUPS) with a non-existing
> newsgroup name, a NULL pointer derefernce occures. The bug seems
> to have introduced in 2.0.0.alpha20031218a (well, leafnode stopped working
> for me with that version).
> 
> The following (trivial) patch fixes it for me:

Content-Description: Patch for leafnode
> -	printlist(ng, what);
> +	if (ng) {
> +	    printlist(ng, what);
> +	}

Looks like the right fix. Patch applied, thank you!

-- 
Matthias Andree

Encrypt your mail: my GnuPG key ID is 0x052E7D95



More information about the leafnode-list mailing list