NetBSD-Bugs archive

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

PR/43504 CVS commit: src/sys/dev/acpi/wmi



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

From: Jukka Ruohonen <jruoho%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/43504 CVS commit: src/sys/dev/acpi/wmi
Date: Wed, 30 Jun 2010 07:58:11 +0000

 Module Name:   src
 Committed By:  jruoho
 Date:          Wed Jun 30 07:58:11 UTC 2010
 
 Modified Files:
        src/sys/dev/acpi/wmi: wmi_dell.c wmi_hp.c
 
 Log Message:
 Initialize pointers to NULL. Otherwise we may try to free garbage.
 Tries to address a panic reported by David Demelier in PR kern/43504.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.3 -r1.4 src/sys/dev/acpi/wmi/wmi_dell.c
 cvs rdiff -u -r1.1 -r1.2 src/sys/dev/acpi/wmi/wmi_hp.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