Bug 728 - Resource Descriptor too small on 64-bit build
: Resource Descriptor too small on 64-bit build
Status: RESOLVED FIXED
: ACPICA
Core/Interpreter
: unspecified
: All Linux
: P3 normal
Assigned To:
:
:
:
:
  Show dependency treegraph
 
Reported: 2008-06-26 15:37 by
Modified: 2008-06-26 15:51 (History)


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2008-06-26 15:37:10
Bug detailed description:
--------------------------

For 64-bit build, the length of the internal EndTag descriptor is calculated as
12 bytes, but the actual descriptor contains a length of 16 bytes.


Reproduce steps:
----------------







Current result:        
----------------


Expected result:    
----------------


Basic root-causing log:
----------------------
------- Comment #1 From 2008-06-26 15:51:33 -------
Fix macro that generates the minimum length so that the length is rounded
up to correct boundary.