Closed
Bug 1230118
Opened 9 years ago
Closed 9 years ago
[Static Analysis][Dereference Null Return Value] In function DocAccessible::DoARIAOwnsRelocation from DocAccessible.cpp
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
mozilla45
Tracking | Status | |
---|---|---|
firefox45 | --- | fixed |
People
(Reporter: andi, Assigned: andi)
References
(Blocks 1 open bug)
Details
(Keywords: coverity, Whiteboard: CID 1338375)
Attachments
(1 file)
1.00 KB,
patch
|
surkov
:
review+
|
Details | Diff | Splinter Review |
The Static Analysis tool Coverity added that aOwner->Elm() can return a null pointer that later in function IDRefsIterator(DocAccessible*, nsIContent*, nsIAtom*) can cause a null pointer dereference.
Assignee | ||
Updated•9 years ago
|
Whiteboard: CID 1338375
Assignee | ||
Comment 1•9 years ago
|
||
Hello Alexander,
Could you please take a look other this patch?
THX
Attachment #8695242 -
Flags: review?(surkov.alexander)
Updated•9 years ago
|
Attachment #8695242 -
Flags: review?(surkov.alexander) → review+
Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 2•9 years ago
|
||
thank you for the review, i've marked the bug in checkin-needed.
Assignee | ||
Updated•9 years ago
|
Blocks: coverity-analysis
Keywords: checkin-needed
Comment 4•9 years ago
|
||
bugherder landing |
Bogdan, could you please add your username information to your .hgrc file as described in https://developer.mozilla.org/en-US/docs/Installing_Mercurial#Basic_configuration ? It would make checking in these patches much easier in the future.
Flags: needinfo?(bogdan.postelnicu)
Accidentally backed this out. Relanded in https://hg.mozilla.org/integration/mozilla-inbound/rev/87ea4e496d96
Sorry about that.
Assignee | ||
Comment 9•9 years ago
|
||
Hello Wes,
Thnaks for that, i did that change, it seemed to be an issue with my TortoiseHG
Flags: needinfo?(bogdan.postelnicu)
Comment 10•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla45
You need to log in
before you can comment on or make changes to this bug.
Description
•