Closed
Bug 4013
Opened 26 years ago
Closed 26 years ago
UMR in nsLineLayout::PlaceTopBottomFrames()
Categories
(Core :: Layout, defect, P3)
Core
Layout
Tracking
()
VERIFIED
FIXED
People
(Reporter: bruce, Assigned: buster)
Details
nsLineLayout::PlaceTopBottomFrames() has an uninitialized memory read tons of
times in a build from March 18, 1999 after Kipp's checkin at 13:03 (on Bonsai).
The line at fault is:
nscoord distanceFromTop = distanceFromTop + pfd->mBounces.y;
Should the second instance of 'distanceFromTop' be the arg, aDistanceFromTop, or
... ?
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 2•26 years ago
|
||
Looks good!
You need to log in
before you can comment on or make changes to this bug.
Description
•