From owner-cvs-all Sat Apr 17 2:59: 1 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 24348151B6; Sat, 17 Apr 1999 02:59:00 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA31482; Sat, 17 Apr 1999 02:56:37 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199904170956.CAA31482@freefall.freebsd.org> From: Bruce Evans Date: Sat, 17 Apr 1999 02:56:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa isa_compat.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/04/17 02:56:36 PDT Modified files: sys/i386/isa isa_compat.c Log: Allocate space for struct isa_device's, not for pointers thereto. This fixes memory corruption that caused calls to address 0 here. Revision Changes Path 1.2 +2 -2 src/sys/i386/isa/isa_compat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message