Closed
Bug 120019
Opened 23 years ago
Closed 23 years ago
Browse with caret mode: crash when tabbing out of URL bar
Categories
(SeaMonkey :: General, defect, P1)
SeaMonkey
General
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla0.9.8
People
(Reporter: aaronlev, Assigned: aaronlev)
Details
(Keywords: access, Whiteboard: seeking r=, sr=)
Attachments
(1 file)
625 bytes,
patch
|
bryner
:
review+
jag+mozilla
:
superreview+
|
Details | Diff | Splinter Review |
When browse with caret mode is on, tabbing from the URL bar causes a crash in
nsEventStateManager.cpp. This crash happens because we're addreffing a null
pointer. The null pointer for the caret is legal, because there is no selection yet.
Assignee | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Keywords: access
Priority: -- → P1
Whiteboard: seeking r=, sr=
Target Milestone: --- → mozilla0.9.8
Assignee | ||
Comment 1•23 years ago
|
||
Comment 2•23 years ago
|
||
Comment on attachment 64968 [details] [diff] [review]
Changes NS_ADDREF to NS_IF_ADDREF
r=bryner
Attachment #64968 -
Flags: review+
Comment 3•23 years ago
|
||
Comment on attachment 64968 [details] [diff] [review]
Changes NS_ADDREF to NS_IF_ADDREF
sr=jag
Attachment #64968 -
Flags: superreview+
Assignee | ||
Comment 4•23 years ago
|
||
checked in
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•