Commit-Queue | +1 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +1 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
heap: Fix inconsistencies in HeapObserverList
The observer list is both weak (implicitly managed) and allows for
removing observers. If observers are removed while at the same time
multiple other observers die, and the removal call triggers GC, this may
lead to CHECK() failures where the index retrieved on `RemoveObserver`
is too large for the `observers_` array.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |