mirror of
https://github.com/acpica/acpica/
synced 2025-02-22 16:34:24 +03:00
Revert a clang change for strcpy->UtSafeStrcpy.
UtSafeStrcpy pulls in a module that is not part of the kernel.
This commit is contained in:
parent
27d8166f97
commit
3e0d03893c
@ -466,8 +466,7 @@ AcpiUtExecute_CID (
|
||||
{
|
||||
/* Copy the String CID from the returned object */
|
||||
|
||||
AcpiUtSafeStrcpy (NextIdString, CidObjects[i]->String.Length + 1,
|
||||
CidObjects[i]->String.Pointer);
|
||||
strcpy (NextIdString, CidObjects[i]->String.Pointer);
|
||||
Length = CidObjects[i]->String.Length + 1;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user