Subject: CVS commit: src/sys/dev/acpi/acpica
To: None <source-changes@NetBSD.org>
From: Takayoshi Kochi <kochi@netbsd.org>
List: source-changes
Date: 04/13/2006 08:27:09
Module Name:	src
Committed By:	kochi
Date:		Thu Apr 13 08:27:09 UTC 2006

Modified Files:
	src/sys/dev/acpi/acpica: OsdMisc.c

Log Message:
NULL check for a parameter of AcpiOsSignal().
The upper layer (ACPI-CA) might call with NULL pointer.

This should resolve Coverity CID 1114.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/dev/acpi/acpica/OsdMisc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.