Bugzilla – Bug 728
Resource Descriptor too small on 64-bit build
Last modified: 2008-06-26 15:51:33
You need to log in before you can comment on or make changes to this bug.
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: ----------------------
Fix macro that generates the minimum length so that the length is rounded up to correct boundary.