Closed
Bug 2045353
Opened 3 months ago
Closed 3 months ago
For functions that take `already_AddRefed<T>&&`, change to `already_AddRefed<T>` (pass by value instead of by rvalue reference), to force an ownership-transfer into the function (in security/sandbox/)
Categories
(Core :: Security: Process Sandboxing, task)
Core
Security: Process Sandboxing
Tracking
()
RESOLVED
FIXED
153 Branch
| Tracking | Status | |
|---|---|---|
| firefox153 | --- | fixed |
People
(Reporter: dholbert, Assigned: dholbert)
References
Details
Attachments
(1 file)
See bug 2044510 comment 0 for explanation/justification.
This bug is about some test code in security/sandbox/, for some pieces that I originally had lumped into https://phabricator.services.mozilla.com/D304376 but am now spinning off to this followup so that the already-reviewed bulk of the patch stack in bug 2044510 can land.
| Assignee | ||
Comment 1•3 months ago
|
||
Updated•3 months ago
|
Assignee: nobody → dholbert
Status: NEW → ASSIGNED
Pushed by dholbert@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/add4a61e530e
https://hg.mozilla.org/integration/autoland/rev/ace1e79af9c9
Pass already_AddRefed types by-value instead of by rvalue reference, in SandboxTesting code. r=bobowen
Comment 3•3 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 3 months ago
status-firefox153:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 153 Branch
Updated•3 months ago
|
QA Whiteboard: [qa-triage-done-c154/b153]
You need to log in
before you can comment on or make changes to this bug.
Description
•