summaryrefslogtreecommitdiffstats
path: root/libexec/bootpd/hwaddr.c
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/bootpd/hwaddr.c')
-rw-r--r--libexec/bootpd/hwaddr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/bootpd/hwaddr.c b/libexec/bootpd/hwaddr.c
index bc41cff..b4fe5e4 100644
--- a/libexec/bootpd/hwaddr.c
+++ b/libexec/bootpd/hwaddr.c
@@ -2,7 +2,7 @@
* hwaddr.c - routines that deal with hardware addresses.
* (i.e. Ethernet)
*
- * $Id$
+ * $Id: hwaddr.c,v 1.5 1997/02/22 14:21:07 peter Exp $
*/
#include <sys/types.h>
@@ -198,7 +198,7 @@ setarp(s, ia, hafamily, haddr, halen)
extern char *inet_ntoa();
a = inet_ntoa(*ia);
- sprintf(buf, "arp -d %s; arp -s %s %s temp",
+ snprintf(buf, sizeof(buf), "arp -d %s; arp -s %s %s temp",
a, a, haddrtoa(haddr, halen));
if (debug > 2)
report(LOG_INFO, buf);
OpenPOWER on IntegriCloud