Try to catch double-free bugs in the ACPI code. For now generate a warning
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 20 Mar 2007 00:56:30 +0000 (00:56 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 20 Mar 2007 00:56:30 +0000 (00:56 +0000)
commit81a9c16c8918957948ff9f0471a590bd3cef7b02
treeae4907ac635a851be373bd0475f52c299e4528fc
parentc4ba48c448f15fa3857ecf2fc986693e7745ed7e
Try to catch double-free bugs in the ACPI code.  For now generate a warning
if a double-free is detected but do not panic.
sys/dev/acpica5/Osd/OsdCache.c