mirror of
https://github.com/acpica/acpica/
synced 2025-02-24 09:24:08 +03:00
Could not copy to a newly allocated buffer, fixed
date 2001.02.05.23.30.00; author rmoore1; state Exp;
This commit is contained in:
parent
11f879153a
commit
f2e2bcae8d
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: cmcopy - Internal to external object translation utilities
|
||||
* $Revision: 1.65 $
|
||||
* $Revision: 1.66 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -741,7 +741,7 @@ AcpiCmCopyIelementToIelement (
|
||||
}
|
||||
|
||||
Status = AcpiAmlStoreObjectToObject (SourceObject, TargetObject,
|
||||
State->Pkg.WalkState);
|
||||
(ACPI_WALK_STATE *) Context);
|
||||
if (ACPI_FAILURE (Status))
|
||||
{
|
||||
return (Status);
|
||||
@ -833,7 +833,7 @@ AcpiCmCopyIpackageToIpackage (
|
||||
|
||||
|
||||
Status = AcpiCmWalkPackageTree (SourceObj, DestObj,
|
||||
AcpiCmCopyIelementToIelement, NULL);
|
||||
AcpiCmCopyIelementToIelement, WalkState);
|
||||
|
||||
return_ACPI_STATUS (Status);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user