NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/44042 CVS commit: src/sys/dev/acpi



The following reply was made to PR kern/44042; it has been noted by GNATS.

From: "Jukka Ruohonen" <jruoho%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/44042 CVS commit: src/sys/dev/acpi
Date: Thu, 4 Nov 2010 20:08:13 +0000

 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.
 


Home | Main Index | Thread Index | Old Index