AddressSanitizer: heap-use-after-free [@ mozilla::a11y::DocAccessibleChild::GetNativeWindowHandle] with READ of size 8
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox79 | --- | fixed |
People
(Reporter: decoder, Unassigned)
Details
(4 keywords)
Attachments
(1 file)
|
14.08 KB,
text/plain
|
Details |
The attached crash information was submitted via the ASan Nightly Reporter on mozilla-central-asan-nightly revision 79.0a1-20200612094620-https://hg.mozilla.org/mozilla-central/rev/fea1e502ea281a9b86b821957e622f0b0d081ce7.
For detailed crash information, see attachment.
| Reporter | ||
Comment 1•5 years ago
|
||
| Reporter | ||
Updated•5 years ago
|
Updated•5 years ago
|
Comment 3•5 years ago
|
||
Jamie, could you please take a look? It looks like the code around the use was changed recently in bug 1644323.
It looks like that code is calling a method on a DocAccessibleChild from a runnable, and that DocAccessibleChild was freed. Before bug 1644323, that code called a method on BrowserChild, so maybe it is a regression.
Comment 4•5 years ago
|
||
This is a duplicate of bug 1645067, which I already fixed, but the fix landed just after the revision tested here.
Is it safe for me to close this as a dup?
Comment 5•5 years ago
|
||
Yes, duplicating it over is fine. I'll just do that. Thanks.
Comment 6•5 years ago
•
|
||
What was the first submission date for the ASAN report? It might be within the dupe window. (In the future, it would be good to include that in the private comment with the reporter.)
| Reporter | ||
Comment 7•5 years ago
|
||
(In reply to Tom Ritter [:tjr] (ni for response to sec-[approval|rating|advisories|cve]) from comment #6)
What was the first submission date for the ASAN report? It might be within the dupe window. (In the future, it would be good to include that in the private comment with the reporter.)
First report was received at Fri, 12 Jun 2020 19:18:10 +0000.
Updated•5 years ago
|
Updated•5 years ago
|
Updated•1 year ago
|
Description
•