Chrome StoragePartitionService Double-Destruction Race

Discussion in 'News Aggregator' started by Packet Storm, 20 Mar 2019.

  1. Packet Storm

    Packet Storm Guest

    There's a race condition in the destruction of the BindingState for bindings to the StoragePartitionService in Chrome. It looks like the root cause of the issue is that since we can get two concurrent calls to callbacks returned from mojo::BindingSet::GetBadMessageCallback() from the same BindingSet, which results in a data race destroying the same BindingState.

    Continue reading...
     

Share This Page

Loading...