Closed
Bug 1612004
Opened 6 years ago
Closed 5 years ago
ClientOpenWindowInCurrentProcess uses outparam before checking rv
Categories
(Core :: DOM: Service Workers, defect, P2)
Core
DOM: Service Workers
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: bzbarsky, Unassigned)
References
(Regression)
Details
(Keywords: regression)
If rv
is failure, won't bc
be null and hence we will crash?
Flags: needinfo?(kmaglione+bmo)
Comment 1•6 years ago
|
||
I assume, this is not a ServiceWorker related issue.
Component: DOM: Service Workers → DOM: Core & HTML
![]() |
Reporter | |
Comment 2•6 years ago
|
||
The code in question is part of the implementation of https://w3c.github.io/ServiceWorker/#clients-openwindow
Component: DOM: Core & HTML → DOM: Service Workers
Comment 3•6 years ago
|
||
I see, thanks.
![]() |
||
Updated•6 years ago
|
Priority: -- → P2
Comment 4•5 years ago
|
||
AFAICT, the function ClientOpenWindowInCurrentProcess has been removed with some Fission related refactoring, and I did not spot any similar code snippet any more.
Status: NEW → RESOLVED
Closed: 5 years ago
Flags: needinfo?(kmaglione+bmo)
Resolution: --- → WORKSFORME
Updated•5 years ago
|
Has Regression Range: --- → yes
Keywords: regression
You need to log in
before you can comment on or make changes to this bug.
Description
•