From owner-cvs-all Sat May 4 21:33:17 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 3CA8237B419; Sat, 4 May 2002 21:33:09 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g454X9j56296; Sat, 4 May 2002 21:33:09 -0700 (PDT) (envelope-from bde) Message-Id: <200205050433.g454X9j56296@freefall.freebsd.org> From: Bruce Evans Date: Sat, 4 May 2002 21:33:09 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_clock.c src/sys/sys time.h 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 bde 2002/05/04 21:33:09 PDT Modified files: sys/kern kern_clock.c sys/sys time.h Log: Fixed breakage of binary compatibility of the kern.clockrate sysctl in sys/time.h rev.1.53, etc. Zero out the entire struct clkinfo and not just the new spare part of it so that there is no possibility of leaking kernel stack context to userland. Revision Changes Path 1.140 +1 -0 src/sys/kern/kern_clock.c 1.56 +1 -0 src/sys/sys/time.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message