Closed
Bug 10625
Opened 26 years ago
Closed 26 years ago
UMR: nsWidget::nsWidget() and nsWindow::nsWindow()
Categories
(Core :: XUL, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: bruce, Assigned: blizzard)
Details
xlib widgetry:
nsWidget::nsWidget():
mBorderPixel = xlib_rgb_xpixel_from_rgb(mBorderRGB);
Get a UMR there, 152 bytes into a malloc'd block of 196 bytes. A guess would be
that it is the mBorderRGB :) Especially since that is also a UMR in
nsWindow::nsWindow():
mBorderPixel = xlib_rgb_xpixel_from_rgb(mBorderRGB);
| Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Comment 2•26 years ago
|
||
Sorry for spam, re-assigning phillip's QA contact XPToolkit/XPWidget bugs to
claudius due to restructure
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•26 years ago
|
||
this reported and resolved fixed in the same breath so I'm just going to mark it VERIFIED
| Assignee | ||
Comment 4•26 years ago
|
||
Please ignore the spam. Changing address.
Assignee: blizzard → blizzard
Status: VERIFIED → NEW
| Assignee | ||
Comment 5•26 years ago
|
||
bustage from my reassign
Status: NEW → RESOLVED
Closed: 26 years ago → 26 years ago
You need to log in
before you can comment on or make changes to this bug.
Description
•