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
|
||
---|---|---|
.. | ||
AcpiPlatformDxe | ||
AcpiTableDxe | ||
BootGraphicsResourceTableDxe | ||
BootScriptExecutorDxe | ||
FirmwarePerformanceDataTableDxe | ||
FirmwarePerformanceDataTablePei | ||
FirmwarePerformanceDataTableSmm | ||
S3SaveStateDxe | ||
SmmS3SaveState |