There is also this part of the patch in rsmisc, did you apply that? +++ source/components/resources/rsmisc.c 3 Nov 2005 22:59:44 -0000 _at__at_ -329,7 +329,7 _at__at_ ItemCount = AcpiRsDecodeBitmask (*((UINT8 *) Source), Destination); if (ItemCount) { - Resource->Length += Resource->Length + (ItemCount - 1); + Resource->Length += (ItemCount - 1); } > -----Original Message----- > From: owner-freebsd-acpi_at_freebsd.org [mailto:owner-freebsd- > acpi_at_freebsd.org] On Behalf Of Ruslan Ermilov > Sent: Friday, November 04, 2005 12:15 PM > To: Jung-uk Kim > Cc: freebsd-acpi_at_freebsd.org; freebsd-current_at_freebsd.org > Subject: Re: [PATCH] Please test ACPI-CA 20051021 fix > > On Fri, Nov 04, 2005 at 12:03:12PM -0500, Jung-uk Kim wrote: > > If you have booting problems *after* ACPI-CA 20051021 import, please > > try this patch and let me know: > > > > http://people.freebsd.org/~jkim/acpica/rscalc.c.diff > > > Doesn't fix a problem for me, still the same "memory modified > after free ... val=c". This is on amd64, FWIW. > > > Cheers, > -- > Ruslan Ermilov > ru_at_FreeBSD.org > FreeBSD committerReceived on Fri Nov 04 2005 - 19:38:13 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:47 UTC