Closed
Bug 1692862
Opened 4 years ago
Closed 4 years ago
Null out mSession pointer when closing Http2Stream
Categories
(Core :: Networking: HTTP, task, P1)
Core
Networking: HTTP
Tracking
()
RESOLVED
FIXED
87 Branch
Tracking | Status | |
---|---|---|
firefox87 | --- | fixed |
People
(Reporter: valentin, Assigned: valentin)
Details
(Whiteboard: [necko-triaged])
Attachments
(1 file)
The Http2Stream holds a raw pointer to the Http2Session which gets initialized in the constructor and is never changed.
We should null out the member so we don't attempt to use it after it has been destroyed.
Assignee | ||
Comment 1•4 years ago
|
||
The Http2Stream holds a raw pointer to the Http2Session which gets initialized in the constructor and is never changed.
We should null out the member so we don't attempt to use it after it has been destroyed.
Pushed by valentin.gosu@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/12a6bce21b41
Null out mSession pointer when closing Http2Stream r=dragana,necko-reviewers
Comment 3•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox87:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 87 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•