K 10
svn:author
V 6
kondou
K 8
svn:date
V 27
1998-08-12T23:01:06.000000Z
K 7
svn:log
V 601
innd/ng.c:
	- From: miquels@cistron.nl (Miquel van Smoorenburg)
	- Since a few days my innd coredumped while starting up. It appears
	  that a function in ng.c reads one character past the mmap()ed active
	  file.  It might also have to do with the fact that my active file is
	  an _exact_ multiple of the page size right now.

	  I studied the code and I cannot see why it happens just _that_ it
	  happens.  It might even be a bug in the libc implementation of
	  strchr. Anyway I've replaced the original code with something smaller
	  and simpler that does work .. and that never hurts, does it?

END
