DescriptionFix use-after-free in BrowserActionOverflowMenuController
When BrowserActionOverflowMenuController is deleted, it deletes its associated
IconUpdaters. When these go away, they remove themselves as the observer on the
associated BrowserActionViews. This led to the use-after-free if the
BrowserActionOverflowMenuController outlasts any of the BrowserActionViews.
BUG=391061
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=282224
Patch Set 1 #
Total comments: 2
Messages
Total messages: 13 (0 generated)
|