commit | 67b4b0c5317c2a8e30e141540697200094b9bff3 | [log] [tgz] |
---|---|---|
author | rockot <[email protected]> | Thu Feb 09 21:25:20 2017 |
committer | Commit bot <[email protected]> | Thu Feb 09 21:25:20 2017 |
tree | 8eb3d8bdec35570ec2cf42576abd69a1e9051a4f | |
parent | a85730c84d15b89b04bf58ed6efda2050c9de619 [diff] |
Fix nullptr dereference in thread-safe Channel forwarding It's possible to hit IPc::ChannelMojo::ForwardMessage* while the MessagePipeReader is still alive but has closed its sender binding. This fixes that. BUG=690493 TEST=content_browsertests with ASAN Review-Url: https://codereview.chromium.org/2682223005 Cr-Commit-Position: refs/heads/master@{#449413}