Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: source-changes
Date: 10/08/1998 05:58:00
Module Name: src
Committed By: agc
Date: Thu Oct 8 12:58:00 UTC 1998
Modified Files:
src/usr.sbin/pkg_install/add: extract.c perform.c
src/usr.sbin/pkg_install/create: create.h main.c perform.c pl.c
src/usr.sbin/pkg_install/delete: perform.c
src/usr.sbin/pkg_install/info: info.h main.c perform.c
src/usr.sbin/pkg_install/lib: file.c lib.h pen.c plist.c str.c
Log Message:
Eliminate all use of sprintf(3), and replace it with snprintf(3).
Bounds check the @exec and @unexec commands when they are constructed.