From: Mitsuru IWASAKI <[EMAIL PROTECTED]>
Date: Mon, 15 Oct 2001 00:46:57 +0900 (JST)
::Hi, Intel folks.  I've just found the bug in rsutils.c which double
::free(); AcpiUtRemoveReference() and ACPI_MEM_FREE().  Here is a fix.
::
::Index: rsutils.c
::===================================================================
::RCS file: /home/ncvs/src/sys/contrib/dev/acpica/rsutils.c,v
::retrieving revision 1.1.1.7
::diff -u -r1.1.1.7 rsutils.c
::--- rsutils.c 4 Oct 2001 23:12:13 -0000       1.1.1.7
::+++ rsutils.c 14 Oct 2001 15:23:13 -0000
::@@ -490,7 +490,6 @@
::      */
:: Cleanup:
:: 
::-    ACPI_MEM_FREE (ByteStream);
::     return_ACPI_STATUS (Status);
:: }
::
::
::I suspect that this should be removed in ACPICA 20010831-to-20010920
::changes.
::
::Matsuda-san, thanks.  I missed the original mail in current ML written
::by brian.
::
::Thanks

Hi Iwasaki-san,

That fixed my panic problem.
Thanks for the patch.

  Haro
=------------------------------------------------------------------------------
           _ _    Munehiro (haro) Matsuda
 -|- /_\  |_|_|   Business Incubation Dept., Kubota Corp.
 /|\ |_|  |_|_|   1-3 Nihonbashi-Muromachi 3-Chome
                  Chuo-ku Tokyo 103-8310, Japan
                  Tel: +81-3-3245-3318  Fax: +81-3-3245-3315
                  Email: [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to