summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2021-07-15 13:11:11 -0700
committerRobert Moore <Robert.Moore@intel.com>2021-07-15 13:11:11 -0700
commit133c31f5f7c4d44fc33596df86ce8edef5e0f7df (patch)
treece74f082fa86bd7dfdc66f66eb8f72fea91a6079
parentd6487164497fda170a1b1453c5d58f2be7c873d6 (diff)
downloadacpica-133c31f5f7c4d44fc33596df86ce8edef5e0f7df.tar.gz
Fix for: Bug 1543 - Potential infinite loop in AcpiDmDumpViot()
Reported by: Colin Ian King
-rw-r--r--source/common/dmtbdump3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/common/dmtbdump3.c b/source/common/dmtbdump3.c
index 5b8c59a5e..981a51e0e 100644
--- a/source/common/dmtbdump3.c
+++ b/source/common/dmtbdump3.c
@@ -681,7 +681,7 @@ AcpiDmDumpViot (
ACPI_TABLE_VIOT *Viot;
ACPI_VIOT_HEADER *ViotHeader;
UINT16 Length;
- UINT16 Offset;
+ UINT32 Offset;
ACPI_DMTABLE_INFO *InfoTable;
/* Main table */