mirror of
https://git.proxmox.com/git/mirror_edk2
synced 2026-01-06 17:26:43 +00:00
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 | ||