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

Issue 2437123002: Dereference and std::move in same param list == top crasher (Closed)

Created:
4 years, 2 months ago by Roger McFarlane (Chromium)
Modified:
4 years, 2 months ago
CC:
chromium-reviews, rouslan+autofill_chromium.org, estade+watch_chromium.org, vabr+watchlistautofill_chromium.org, browser-components-watch_chromium.org, jdonnelly+autofillwatch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Dereference and std::move in same param list == top crasher Fix a top crasher (2016/10/20) caused by defer of a unique_ptr and a std::move of the same unique_ptr in the same parameter list. The order of evalulation is unspecified, so this is unsafe. BUG=657778 R=ajha@chromium.org, avi@chromium.org Committed: https://crrev.com/884c98b01d2daebaa2f519300d3f64b2850f31fe Cr-Commit-Position: refs/heads/master@{#426553}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M components/autofill/core/browser/webdata/autofill_wallet_metadata_syncable_service.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 15 (8 generated)
Roger McFarlane (Chromium)
PTAL?
4 years, 2 months ago (2016-10-20 17:45:59 UTC) #3
Roger McFarlane (Chromium)
+vabr
4 years, 2 months ago (2016-10-20 17:46:28 UTC) #5
vabr (Chromium)
LGTM!
4 years, 2 months ago (2016-10-20 17:47:51 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2437123002/1
4 years, 2 months ago (2016-10-20 17:51:14 UTC) #10
Avi (use Gerrit)
On 2016/10/20 17:51:14, commit-bot: I haz the power wrote: > CQ is trying da patch. ...
4 years, 2 months ago (2016-10-20 18:30:40 UTC) #11
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 2 months ago (2016-10-20 19:03:39 UTC) #13
commit-bot: I haz the power
4 years, 2 months ago (2016-10-21 13:21:00 UTC) #15
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/884c98b01d2daebaa2f519300d3f64b2850f31fe
Cr-Commit-Position: refs/heads/master@{#426553}

Powered by Google App Engine
This is Rietveld 408576698