From owner-cvs-all@FreeBSD.ORG Fri Nov 4 20:15:09 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A651216A41F; Fri, 4 Nov 2005 20:15:09 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DE9643D45; Fri, 4 Nov 2005 20:15:09 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jA4KF9v0037723; Fri, 4 Nov 2005 20:15:09 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jA4KF9Bd037722; Fri, 4 Nov 2005 20:15:09 GMT (envelope-from njl) Message-Id: <200511042015.jA4KF9Bd037722@repoman.freebsd.org> From: Nate Lawson Date: Fri, 4 Nov 2005 20:15:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: INTEL Cc: Subject: cvs commit: src/sys/contrib/dev/acpica rscalc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Nov 2005 20:15:09 -0000 njl 2005-11-04 20:15:09 UTC FreeBSD src repository Modified files: (Branch: INTEL) sys/contrib/dev/acpica rscalc.c Log: Account for the minimum resource size when parsing the end tag resource descriptor. This should fix the "memory modified after free" panics. This patch will appear in a future acpi-ca distribution. Submitted by: Robert Moore Tested by: Peter Holm Revision Changes Path 1.1.1.20 +3 -5 src/sys/contrib/dev/acpica/rscalc.c