Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Manuel BOUYER <bouyer@netbsd.org>
List: source-changes
Date: 11/19/2000 18:40:17
Module Name:	basesrc
Committed By:	bouyer
Date:		Sun Nov 19 16:40:17 UTC 2000

Modified Files:
	basesrc/usr.sbin/mopd/mopd: process.c

Log Message:
Fix bin/11253: seg-fault in mopd
Once we found the correct slot, make sure dle points to it. dle was left
pointing out of the array by the for(;;) loop.
Fix from Ken Wellsch <kwellsch@tampabay.rr.com>


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 basesrc/usr.sbin/mopd/mopd/process.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.