From owner-cvs-libexec Wed Dec 24 11:00:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA24065 for cvs-libexec-outgoing; Wed, 24 Dec 1997 11:00:28 -0800 (PST) (envelope-from owner-cvs-libexec) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA23956; Wed, 24 Dec 1997 10:59:55 -0800 (PST) (envelope-from imp@FreeBSD.org) From: Warner Losh Received: (from imp@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id KAA07209; Wed, 24 Dec 1997 10:56:03 -0800 (PST) Date: Wed, 24 Dec 1997 10:56:03 -0800 (PST) Message-Id: <199712241856.KAA07209@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-libexec@FreeBSD.ORG Subject: cvs commit: src/libexec/bootpd getether.c hwaddr.c readfile.c report.c src/libexec/bootpd/tools/bootptest bootptest.c Sender: owner-cvs-libexec@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk imp 1997/12/24 10:56:03 PST Modified files: libexec/bootpd getether.c hwaddr.c readfile.c report.c libexec/bootpd/tools/bootptest bootptest.c Log: Use snprintf rather than printf out of paranoia Obtained from: OpenBSD Revision Changes Path 1.8 +2 -2 src/libexec/bootpd/getether.c 1.6 +2 -2 src/libexec/bootpd/hwaddr.c 1.5 +3 -2 src/libexec/bootpd/readfile.c 1.2 +1 -1 src/libexec/bootpd/report.c 1.5 +2 -2 src/libexec/bootpd/tools/bootptest/bootptest.c