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

Issue 2901193002: Fix nullptr dereference of ToolbarActionView (Closed)

Created:
3 years, 7 months ago by Tom Anderson
Modified:
3 years, 7 months ago
Reviewers:
Devlin
CC:
chromium-reviews, tfarina, Nico
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix nullptr dereference of ToolbarActionView BrowserActionsBarBrowserTest.OverflowedBrowserActionPopupTestRemoval fails when using the latest libc++ and libc++abi [1]. Frame 20 in the stack trace in [2] nulls the pointer but did not remove the ToolbarActionView from the vector (yet). Frame 3 then tries to use the null pointer. This CL is necessary to roll buildtools (contains libc++ and libc++abi) to the latest revision. [1] https://codereview.chromium.org/2888383005/ [2] https://paste.googleplex.com/5158886495485952 BUG=593874, 717554 TBR=finnur@chromium.org Review-Url: https://codereview.chromium.org/2901193002 Cr-Commit-Position: refs/heads/master@{#474364} Committed: https://chromium.googlesource.com/chromium/src/+/1899d987d016dc588d677d7a8b851379aca2bdaa

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -0 lines) Patch
M chrome/browser/ui/views/toolbar/browser_actions_container.cc View 1 chunk +2 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 22 (17 generated)
Tom Anderson
finnur@ ptal
3 years, 7 months ago (2017-05-24 00:12:08 UTC) #2
Finnur
Devlin has been more involved than me in the lifetime issues of this container and ...
3 years, 7 months ago (2017-05-24 10:48:09 UTC) #14
Devlin
I think this will work. LGTM. +Nico who was looking into this at one point ...
3 years, 7 months ago (2017-05-24 18:23:49 UTC) #15
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/2901193002/1
3 years, 7 months ago (2017-05-24 18:25:07 UTC) #17
commit-bot: I haz the power
3 years, 7 months ago (2017-05-24 18:32:04 UTC) #22
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/chromium/src/+/1899d987d016dc588d677d7a8b85...

Powered by Google App Engine
This is Rietveld 408576698