mirror of https://github.com/acidanthera/audk.git
efef6ad6d7
Some static scan tool may regard CurrentRsdtEntry to be potentially
referenced to NULL pointer if CurrentRsdtEntry == NULL is used in
the right above if condition judgment.
CopyMem (CurrentRsdtEntry, CurrentRsdtEntry + 1, (*NumberOfTableEntries - Index) * sizeof (UINT32));
It is introduced by commit
|
||
---|---|---|
.. | ||
AcpiSdt.c | ||
AcpiSdt.h | ||
AcpiTable.c | ||
AcpiTable.h | ||
AcpiTableDxe.inf | ||
AcpiTableDxe.uni | ||
AcpiTableDxeExtra.uni | ||
AcpiTableProtocol.c | ||
Aml.c | ||
AmlChild.c | ||
AmlNamespace.c | ||
AmlOption.c | ||
AmlString.c |