From owner-cvs-all Wed May 8 16:49:30 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6411F37B41E; Wed, 8 May 2002 16:49:20 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g48NnK708651; Wed, 8 May 2002 16:49:20 -0700 (PDT) (envelope-from ache) Message-Id: <200205082349.g48NnK708651@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Wed, 8 May 2002 16:49:20 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/sysctl sysctl.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ache 2002/05/08 16:49:20 PDT Modified files: sbin/sysctl sysctl.c Log: Don't forget to null-terminate string we got from sysctl (f.e. in 'A' format). Stack garbadge may be printed otherwise. Revision Changes Path 1.45 +1 -1 src/sbin/sysctl/sysctl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message