From owner-cvs-sbin Sun Jul 28 13:29:22 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA08577 for cvs-sbin-outgoing; Sun, 28 Jul 1996 13:29:22 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA08557; Sun, 28 Jul 1996 13:29:12 -0700 (PDT) Date: Sun, 28 Jul 1996 13:29:12 -0700 (PDT) From: Peter Wemm Message-Id: <199607282029.NAA08557@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/ping ping.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/07/28 13:29:11 Modified: sbin/ping ping.c Log: Limit the risk of `buf' overrun in ping.c when printing hostnames. Note, this is not really a security risk, because the buffer in question is a static variable in the data segment and not on the stack, and hence cannot subert the flow of execution in any way. About the worst case was that if you pinged a long hostname, ping could coredump. Pointed out on: bugtraq (listserv@netspace.org) Revision Changes Path 1.6 +3 -2 src/sbin/ping/ping.c From owner-cvs-sbin Tue Jul 30 10:43:29 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA21588 for cvs-sbin-outgoing; Tue, 30 Jul 1996 10:43:29 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA21553; Tue, 30 Jul 1996 10:43:23 -0700 (PDT) Date: Tue, 30 Jul 1996 10:43:23 -0700 (PDT) From: Bruce Evans Message-Id: <199607301743.KAA21553@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/mknod mknod.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/07/30 10:43:22 Modified: sbin/mknod mknod.c Log: Use strtoul() more carefully. Check that the major and minor are valid. Don't print `.' at the end of error messages. Fixed all warnings from "cc -Wall". Revision Changes Path 1.3 +34 -12 src/sbin/mknod/mknod.c From owner-cvs-sbin Tue Jul 30 10:44:45 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA21710 for cvs-sbin-outgoing; Tue, 30 Jul 1996 10:44:45 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA21691; Tue, 30 Jul 1996 10:44:38 -0700 (PDT) Date: Tue, 30 Jul 1996 10:44:38 -0700 (PDT) From: Bruce Evans Message-Id: <199607301744.KAA21691@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/mknod mknod.8 Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/07/30 10:44:38 Modified: sbin/mknod mknod.8 Log: Document that the major and minor numbers are parsed by strtoul(). Revision Changes Path 1.4 +3 -2 src/sbin/mknod/mknod.8 From owner-cvs-sbin Sat Aug 3 12:13:44 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA01851 for cvs-sbin-outgoing; Sat, 3 Aug 1996 12:13:44 -0700 (PDT) Received: (from markm@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA01837; Sat, 3 Aug 1996 12:13:38 -0700 (PDT) Date: Sat, 3 Aug 1996 12:13:38 -0700 (PDT) From: Mark Murray Message-Id: <199608031913.MAA01837@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/dmesg dmesg.8 Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk markm 96/08/03 12:13:38 Modified: sbin/dmesg dmesg.8 Log: Add relevant files to the FILES section Submitted by: Julian H Stacey Revision Changes Path 1.3 +5 -0 src/sbin/dmesg/dmesg.8