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

Issue 203123009: Disallow calling Map on currently-mapped SharedMemory (Closed)

Created:
6 years, 9 months ago by jbauman
Modified:
6 years, 9 months ago
Reviewers:
CC:
chromium-reviews, erikwright+watch_chromium.org, gavinp+memory_chromium.org
Visibility:
Public.

Description

Disallow calling Map on currently-mapped SharedMemory This would leak the previous mapping of the memory. TBR=brettw Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=257789

Patch Set 1 #

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

Messages

Total messages: 1 (0 generated)
jbauman
6 years, 9 months ago (2014-03-18 22:33:53 UTC) #1
Message was sent while issue was closed.
Committed patchset #1 manually as r257789 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698