Closed
Bug 752221
Opened 14 years ago
Closed 13 years ago
Crash in XPCNativeScriptableInfo::GetFlags()
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: ax330d, Assigned: bholley)
Details
(Keywords: sec-high, Whiteboard: [asan][sg:high])
Attachments
(3 files)
There is a crash in XPCNativeScriptableInfo::GetFlags() when adopting nodes.
Test-case was tested on own Firefox 15.0a1 opt-build (db1f131884de) - crashes with stack-buffer-overflow. Also was tested on try-build 15.0a1 (http://ftp.mozilla.org/pub/mozilla.org/firefox/try-builds/decoder@own-hero.net-6d976534074e/try-linux64-debug/) - there is a regular crash.
| Reporter | ||
Comment 1•14 years ago
|
||
| Reporter | ||
Comment 2•14 years ago
|
||
Comment 3•14 years ago
|
||
Confirmed this. On a regular debug build, this shows up as a near-null crash: https://crash-stats.mozilla.com/report/index/c459471d-caa2-4785-bf5f-e960f2120505
However, if ASan previously reported this as stack-based memory safety violation then it's probably not a simple null deref.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•14 years ago
|
Assignee: nobody → general
Component: Untriaged → JavaScript Engine
Product: Firefox → Core
QA Contact: untriaged → general
Assignee: general → nobody
Component: JavaScript Engine → DOM
QA Contact: general → general
Updated•14 years ago
|
| Assignee | ||
Comment 4•13 years ago
|
||
Loading the testcase here in a current debug build doesn't trigger a crash for me. Is this reproducible on trunk? We've recently fixed various bugs related to adoptNode and such.
| Reporter | ||
Comment 5•13 years ago
|
||
Yep, I cannot reproduce this one on build 264f0a7a878c anymore.
| Assignee | ||
Comment 6•13 years ago
|
||
Resolving WFM. Please reopen if anyone can reproduce.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
Updated•13 years ago
|
Group: core-security
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•