Closed
Bug 1169979
Opened 10 years ago
Closed 10 years ago
crash in mozilla::dom::workers::XMLHttpRequest::Open(nsACString_internal const&, nsAString_internal const&, bool, mozilla::dom::Optional<nsAString_internal> const&, mozilla::dom::Optional<nsAString_internal> const&, mozilla::ErrorResult&)
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1169867
Tracking | Status | |
---|---|---|
firefox41 | --- | affected |
People
(Reporter: alice0775, Unassigned)
References
Details
(4 keywords)
Crash Data
This bug was filed from the Socorro interface and is
report bp-119076da-e55c-4606-8414-64ff52150531.
=============================================================
Crash while navigates Google Maps
![]() |
||
Comment 1•10 years ago
|
||
[Tracking Requested - why for this release]: Regression causing crashes.
This is a regression from bug 1166924.
In particular, this bit in XMLHttpRequest::Open:
if (!runnable->Dispatch(mWorkerPrivate->GetJSContext())) {
ReleaseProxy();
mProxy->mOpening = false;
will cause a null-deref crash if reached, since ReleaseProxy sets mProxy to null, right?
![]() |
||
Comment 2•10 years ago
|
||
[Tracking Requested - why for this release]: Looks like bug 1166924 got backported to various branches....
![]() |
||
Updated•10 years ago
|
tracking-firefox-esr31:
--- → ?
Updated•10 years ago
|
Group: core-security
Flags: needinfo?(amarchesini)
Comment 3•10 years ago
|
||
You are right. I already fixed this bug in another bug.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
![]() |
||
Updated•10 years ago
|
tracking-firefox39:
? → ---
tracking-firefox40:
? → ---
tracking-firefox41:
? → ---
tracking-firefox-esr31:
? → ---
tracking-firefox-esr38:
? → ---
![]() |
||
Updated•10 years ago
|
Crash Signature: [@ mozilla::dom::workers::XMLHttpRequest::Open(nsACString_internal const&, nsAString_internal const&, bool, mozilla::dom::Optional<nsAString_internal> const&, mozilla::dom::Optional<nsAString_internal> const&, mozilla::ErrorResult&)] → [@ mozilla::dom::workers::XMLHttpRequest::Open(nsACString_internal const&, nsAString_internal const&, bool, mozilla::dom::Optional<nsAString_internal> const&, mozilla::dom::Optional<nsAString_internal> const&, mozilla::ErrorResult&)]
[@ mozilla::dom::wor…
Updated•10 years ago
|
Group: core-security → core-security-release
Updated•9 years ago
|
Group: core-security-release
Updated•9 years ago
|
Keywords: csectype-uaf,
sec-critical
You need to log in
before you can comment on or make changes to this bug.
Description
•