Actions
Bug #8119
closedloader: acpiv1 multiboot2 tag is set up with wrong size
Start date:
2017-04-27
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
The MB2 acpi v1 tag setup is using rsdp->Length, which is available only from acpi v2, need to use sizeof (ACPI_RSDP_COMMON) instead. Also make sure we do not override the size variable.
Updated by Electric Monk about 6 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit d9e07fb5ceddce0e538d5d84e2c3a99540e6d19d
commit d9e07fb5ceddce0e538d5d84e2c3a99540e6d19d Author: Toomas Soome <tsoome@me.com> Date: 2017-05-02T15:52:22.000Z 8119 loader: acpiv1 multiboot2 tag is set up with wrong size Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Hans Rosenfeld <hans.rosenfeld@joyent.com>
Actions