Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(177)

Issue 412043002: Add a random name to anonymous shared memory sections (Closed)

Created:
6 years, 5 months ago by jschuh
Modified:
6 years, 5 months ago
CC:
chromium-reviews, erikwright+watch_chromium.org, gavinp+memory_chromium.org
Project:
chromium
Visibility:
Public.

Description

Add a random name to anonymous shared memory sections This prevents Windows from ignoring the DACL on unnamed sections. BUG=338538 R=cpu@chromium.org,brettw@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=285195

Patch Set 1 #

Patch Set 2 : nit #

Total comments: 2

Patch Set 3 : read-only #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -3 lines) Patch
M base/memory/shared_memory_win.cc View 1 2 2 chunks +13 lines, -3 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
jschuh
ptal cpu@ - This is the firs "if you like it then you should have ...
6 years, 5 months ago (2014-07-23 21:36:50 UTC) #1
cpu_(ooo_6.6-7.5)
https://codereview.chromium.org/412043002/diff/20001/base/memory/shared_memory_win.cc File base/memory/shared_memory_win.cc (right): https://codereview.chromium.org/412043002/diff/20001/base/memory/shared_memory_win.cc#newcode130 base/memory/shared_memory_win.cc:130: PAGE_READWRITE, 0, static_cast<DWORD>(rounded_size), name_.c_str()); lgtm You are changing the ...
6 years, 5 months ago (2014-07-23 22:11:43 UTC) #2
jschuh
https://codereview.chromium.org/412043002/diff/20001/base/memory/shared_memory_win.cc File base/memory/shared_memory_win.cc (right): https://codereview.chromium.org/412043002/diff/20001/base/memory/shared_memory_win.cc#newcode130 base/memory/shared_memory_win.cc:130: PAGE_READWRITE, 0, static_cast<DWORD>(rounded_size), name_.c_str()); On 2014/07/23 22:11:43, cpu wrote: ...
6 years, 5 months ago (2014-07-23 22:19:39 UTC) #3
brettw
rs lgtm
6 years, 5 months ago (2014-07-23 22:20:52 UTC) #4
jschuh
The CQ bit was checked by jschuh@chromium.org
6 years, 5 months ago (2014-07-23 22:22:20 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jschuh@chromium.org/412043002/20001
6 years, 5 months ago (2014-07-23 22:26:08 UTC) #6
jschuh
The CQ bit was checked by jschuh@chromium.org
6 years, 5 months ago (2014-07-23 23:48:35 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jschuh@chromium.org/412043002/2
6 years, 5 months ago (2014-07-23 23:50:44 UTC) #8
commit-bot: I haz the power
Change committed as 285195
6 years, 5 months ago (2014-07-24 11:43:05 UTC) #9
rvargas (doing something else)
6 years, 5 months ago (2014-07-24 18:17:48 UTC) #10
Message was sent while issue was closed.
On 2014/07/24 11:43:05, I haz the power (commit-bot) wrote:
> Change committed as 285195

Please fix the unit test that is supposed to verify this behavior.

Powered by Google App Engine
This is Rietveld 408576698