Closed
Bug 1261261
Opened 9 years ago
Closed 9 years ago
crash in mozilla::SandboxBroker::AllowReadWriteFile
Categories
(Core :: Security: Process Sandboxing, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1256992
People
(Reporter: MatsPalmgren_bugz, Assigned: bobowen)
Details
(Keywords: crash, Whiteboard: sbwc1)
Crash Data
This bug was filed from the Socorro interface and is
report bp-b8dea721-f75e-423d-a166-471142160326.
=============================================================
There are some null-pointer crashes in SandboxBroker::AllowReadWriteFile
so maybe AllowReadWriteFile / AllowDirectory should null-check |mPolicy|
like all the other methods?
https://hg.mozilla.org/mozilla-central/annotate/b2dbee5ca727/security/sandbox/win/src/sandboxbroker/sandboxBroker.cpp#l448
Flags: needinfo?(tabraldes)
Assignee | ||
Comment 1•9 years ago
|
||
I'll pick this up.
The crash stacks look a bit odd to me.
Assignee: nobody → bobowen.code
Flags: needinfo?(tabraldes)
![]() |
||
Updated•9 years ago
|
Whiteboard: sbwc1
Assignee | ||
Comment 2•9 years ago
|
||
This was fixed by the second patch for bug 1256992.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•