K 10
svn:author
V 6
kondou
K 8
svn:date
V 27
1999-03-02T03:10:48.000000Z
K 7
svn:log
V 575
innd/cc.c:
innd/innd.h:
	- From: Russ Allbery <rra@stanford.edu>
	- The INN::newsgroup() XS Perl function is supposed to return the flags 	  for a given newsgroup (ngp->Rest).  Unfortunately, whoever wrote it
	  originally was unaware that the Rest pointer in a NEWSGROUP is just a
	  pointer into the in-memory copy of the active file, and therefore
	  this field is *not* null-terminated.  As a result, whenever a Perl
	  filter called INN::newsgroup, it would get not only the flags for
	  that newsgroup but a complete copy of the active file from that point
	  forward.

END
