Closed
Bug 1119874
Opened 11 years ago
Closed 7 years ago
Chromium's base::OpenProcess checks for the wrong return result
Categories
(Core :: IPC, defect, P3)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jimm, Assigned: bobowen)
References
Details
(Keywords: sec-other)
Attachments
(1 file)
|
1.82 KB,
patch
|
Details | Diff | Splinter Review |
http://mxr.mozilla.org/mozilla-central/source/ipc/chromium/src/base/process_util_win.cc#69
result is NULL on failure.
Fixing this causes tons of test failures on try during the initialization of PBackground.
This isn't a security issue per say, but due to the parent I'm marking it as such for now since I'm not sure if this should be made public.
I don't understand why this happens. And I can't make it happen on my Win8.1 machine...
| Reporter | ||
Comment 2•11 years ago
|
||
I can't reproduce locally either.
| Reporter | ||
Comment 3•11 years ago
|
||
Updated•10 years ago
|
Group: core-security → dom-core-security
| Reporter | ||
Updated•8 years ago
|
Priority: -- → P2
Comment 4•7 years ago
|
||
Moving to p3 because no activity for at least 1 year(s).
See https://github.com/mozilla/bug-handling/blob/master/policy/triage-bugzilla.md#how-do-you-triage for more information
Priority: P2 → P3
Comment 5•7 years ago
|
||
Moving to p3 because no activity for at least 1 year(s).
See https://github.com/mozilla/bug-handling/blob/master/policy/triage-bugzilla.md#how-do-you-triage for more information
Comment 6•7 years ago
|
||
This was fixed as part of bug 1119878; see bug 1119878 comment #26 (search for NULL) in particular.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Group: dom-core-security → core-security-release
Updated•7 years ago
|
Assignee: nobody → bobowencode
Updated•6 years ago
|
Group: core-security-release
You need to log in
before you can comment on or make changes to this bug.
Description
•