Closed
Bug 3619
Opened 26 years ago
Closed 26 years ago
Array bounds write: GTK nsListBox
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: bruce, Assigned: pollmann)
Details
In nsListBox::GetSelectedIndices() for GTK on line 303 (as of the checkin from
the evening of March 10, 1999):
aIndices[i] - (PRInt32)i;
This shows up readily under Purify when visiting the Demo 4 page (the first one
with forms) in viewer.
Updated•26 years ago
|
Assignee: karnaze → ramiro
Comment 1•26 years ago
|
||
Reassigning to Ramiro, not sure if Pavlov can get bugs.
Assignee | ||
Updated•26 years ago
|
Assignee: ramiro → pollmann
Assignee | ||
Comment 3•26 years ago
|
||
Sorry, it was actually code I added.
I found the bug and will be checking in a fix later today.
Assignee | ||
Comment 4•26 years ago
|
||
Chris, I have the fix in hand, can I check this in?
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•26 years ago
|
||
Just checked in the fix.
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Moving all Widget Set bugs, past and present, to new HTML Form Controls
component per request from karnaze. Widget Set component will be retired
shortly.
You need to log in
before you can comment on or make changes to this bug.
Description
•