Subject: sun-lamp CVS commits
To: None <source-changes@pain.lcs.mit.edu>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 06/24/1995 12:30:07
christos
Sat Jun 24 12:22:08 EDT 1995
Update of /a/cvsroot/othersrc/sup
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv8016

Modified Files:
	run.c scan.c supcmeat.c supfilesrv.c 
Log Message:
- Don't use system(3) to fork processes. It is a big security hole.
- Encode the filenames in the scan files using strvis(3), so filenames
  that contain newlines or other weird characters don't break the scanner.