Closed
Bug 424725
Opened 18 years ago
Closed 18 years ago
Returning uninitialized pointer for out param in textAtOffset()
Categories
(Core :: Disability Access APIs, defect, P2)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
People
(Reporter: aaronlev, Assigned: aaronlev)
Details
(Keywords: access, crash)
Attachments
(1 file)
|
806 bytes,
patch
|
MarcoZ
:
review+
|
Details | Diff | Splinter Review |
in CAccessibleText::getTextAtOffset(), on an error return or when there is no text, we return an initialized point for *aText.
Flags: blocking1.9?
| Assignee | ||
Comment 1•18 years ago
|
||
Attachment #311312 -
Flags: review?(surkov.alexander)
Comment 2•18 years ago
|
||
it's a part of the bug 418025, do we want to have this separately?
| Assignee | ||
Comment 3•18 years ago
|
||
Okay, no we don't.
Comment 4•18 years ago
|
||
Ok. Not sure if this is going to be merged with bug 418025 , but in any case we need to make sure this is fixed. Marking a P2 and please request approval once reviews completed.
Flags: blocking1.9? → blocking1.9+
Priority: -- → P2
Updated•18 years ago
|
Attachment #311312 -
Flags: review?(surkov.alexander) → review+
Comment 5•18 years ago
|
||
fixed by the bug 418025
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•