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

Issue 138053006: [GCM] Fix use after free memory issue in gcm store (Closed)

Created:
6 years, 11 months ago by Nicolas Zea
Modified:
6 years, 11 months ago
Reviewers:
fgorski
CC:
chromium-reviews
Visibility:
Public.

Description

[GCM] Fix use after free memory issue in gcm store leveldb::Slice holds a pointer to the string passed to it, so the string must outlive the slice itself. BUG=284553 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=245154

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -11 lines) Patch
M google_apis/gcm/engine/gcm_store_impl.cc View 9 chunks +22 lines, -11 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Nicolas Zea
PTAL
6 years, 11 months ago (2014-01-15 00:31:59 UTC) #1
fgorski
lgtm
6 years, 11 months ago (2014-01-15 05:59:49 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zea@chromium.org/138053006/1
6 years, 11 months ago (2014-01-15 21:29:23 UTC) #3
commit-bot: I haz the power
6 years, 11 months ago (2014-01-16 05:58:21 UTC) #4
Message was sent while issue was closed.
Change committed as 245154

Powered by Google App Engine
This is Rietveld 408576698