Module Name: src Committed By: jruoho Date: Thu Nov 4 20:08:12 UTC 2010
Modified Files: src/sys/dev/acpi: acpi_display.c Log Message: Initialize pointers to NULL to avoid accidentally free(9)'ing garbage. Should address the panic reported by Alan Bueno in PR # 44042. The root cause (an empty _DOD) is yet to be determined. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/acpi/acpi_display.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.