Closed
Bug 1432239
Opened 7 years ago
Closed 7 years ago
Sandbox MinGW Compilation errors: no matching function for call to operator new []
Categories
(Core :: Security: Process Sandboxing, defect)
Core
Security: Process Sandboxing
Tracking
()
RESOLVED
FIXED
mozilla60
Tracking | Status | |
---|---|---|
firefox60 | --- | fixed |
People
(Reporter: tjr, Assigned: tjr)
References
Details
(Whiteboard: [tor][mingw-upstream-pending])
Attachments
(1 file)
0:02.57 /home/tom/Documents/moz/mingw-work/sandbox/security/sandbox/chromium/sandbox/win/src/interception_agent.cc:114:62: error: no matching function for call to ‘operator new [](sizetype, sandbox::AllocationType, void*&)’
0:02.57 new(NT_PAGE, base_address) char[buffer_bytes]);
Comment hidden (mozreview-request) |
Assignee | ||
Comment 2•7 years ago
|
||
Assignee | ||
Updated•7 years ago
|
Summary: Sandbox MinGW Compilation errors: → Sandbox MinGW Compilation errors: no matching function for call to operator new []
Comment 3•7 years ago
|
||
mozreview-review |
Comment on attachment 8944475 [details]
Bug 1432239 Declare operator new [](size_t, sandbox::AllocationType, void*)
https://reviewboard.mozilla.org/r/214666/#review220452
This made me nervous at first, but given the way this allocation works, I think this is OK.
Attachment #8944475 -
Flags: review?(bobowencode) → review+
Comment hidden (mozreview-request) |
Assignee | ||
Comment 5•7 years ago
|
||
Keywords: checkin-needed
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/b3ddabc679cf
Declare operator new [](size_t, sandbox::AllocationType, void*) r=bobowen
Keywords: checkin-needed
Comment 7•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox60:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
You need to log in
before you can comment on or make changes to this bug.
Description
•