From owner-cvs-all Sun Mar 28 0:54:22 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 19370156BF; Sun, 28 Mar 1999 00:54:21 -0800 (PST) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA58087; Sun, 28 Mar 1999 00:54:03 -0800 (PST) (envelope-from grog@FreeBSD.org) Message-Id: <199903280854.AAA58087@freefall.freebsd.org> From: Greg Lehey Date: Sun, 28 Mar 1999 00:54:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinummemory.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/03/28 00:54:03 PST Modified files: sys/dev/vinum vinummemory.c Log: Add function LongJmp which checks the parameters before calling longjmp. I suspect that the occasional double panic may be the result of incorrect parameters to longjmp. This happens, of course, like the entire file, only with -DVINUMDEBUG. Revision Changes Path 1.12 +48 -7 src/sys/dev/vinum/vinummemory.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message