mirror of
https://git.proxmox.com/git/mirror_edk2
synced 2025-10-28 19:38:47 +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
|
||
|---|---|---|
| .. | ||
| 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 | ||