Closed
Bug 14733
Opened 25 years ago
Closed 25 years ago
Use of uninitialized class pointer
Categories
(Core :: Layout, defect, P3)
Core
Layout
Tracking
()
CLOSED
FIXED
People
(Reporter: colin, Assigned: troy)
References
Details
In layout/html/forms/src/nsNativeSelectControlFrame.cpp:
At line 972, *option is declared by not initialized.
At line 998 we have:
option->GetSelected(&selected);
Seems like a problem to me!
Colin.
Reporter | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 1•25 years ago
|
||
Looks like this got fixed the other day by rev 1.10.
Reporter | ||
Updated•25 years ago
|
Status: RESOLVED → CLOSED
You need to log in
before you can comment on or make changes to this bug.
Description
•