DescriptionFix user-after-free error with ObserverList. The problem is that if an ObserverListBase::Iterator is on the stack and one of the observers deletes the object holding the list, Iterator's destructor will use the deleted list.
BUG=84919
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=88151
Patch Set 1 #
Total comments: 1
Messages
Total messages: 2 (0 generated)
|