diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2020-07-17 22:53:36 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2020-07-17 22:53:36 +0000 |
| commit | b1dc29fa09052190e87f93cf1888edea9c42df24 (patch) | |
| tree | bc4012660993f740d685e5655598353a450706ec /source/components/utilities/utids.c | |
| parent | 93207c1c89bcf8c2291abed617712292c27920f3 (diff) | |
Import ACPICA 20200717.vendor/acpica/20200717
Notes
svn path=/vendor-sys/acpica/dist/; revision=363292
svn path=/vendor-sys/acpica/20200717/; revision=363293; tag=vendor/acpica/20200717
Diffstat (limited to 'source/components/utilities/utids.c')
| -rw-r--r-- | source/components/utilities/utids.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/components/utilities/utids.c b/source/components/utilities/utids.c index e296c00a0bea..34ae697ab3c2 100644 --- a/source/components/utilities/utids.c +++ b/source/components/utilities/utids.c @@ -435,7 +435,7 @@ AcpiUtExecute_CID ( * 3) Size of the actual CID strings */ CidListSize = sizeof (ACPI_PNP_DEVICE_ID_LIST) + - ((Count - 1) * sizeof (ACPI_PNP_DEVICE_ID)) + + (Count * sizeof (ACPI_PNP_DEVICE_ID)) + StringAreaSize; CidList = ACPI_ALLOCATE_ZEROED (CidListSize); |
