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

Issue 15956004: Disk cache: Avoid writing uninitialized data to disk. (Closed)

Created:
7 years, 7 months ago by rvargas (doing something else)
Modified:
7 years, 7 months ago
Reviewers:
gavinp
CC:
chromium-reviews, cbentzel+watch_chromium.org, gavinp+disk_chromium.org
Visibility:
Public.

Description

Disk cache: Avoid writing uninitialized data to disk. r201943 is writing to disk some random bytes after the stats. That is fine because we never use the random data again, but the memory bots are not happy, so limit the size of the write. BUG=241277 TEST=green mem bots TBR=gavinp@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=201962

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -7 lines) Patch
M net/disk_cache/backend_impl.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M net/disk_cache/stats.h View 1 chunk +2 lines, -1 line 0 comments Download
M net/disk_cache/stats.cc View 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
rvargas (doing something else)
7 years, 7 months ago (2013-05-24 01:40:23 UTC) #1
rvargas (doing something else)
7 years, 7 months ago (2013-05-24 01:54:20 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 manually as r201962 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698