With Chrome IPC, if the browser receives a malformed IPC message it will kill the renderer automatically. This works for all IPCs with no setup needed; i.e. because there's one IPC::Channel and the process host object overrides OnBadMessageReceived.
We need something similar for Mojo, so that if any message pipe sees a malformed request the process host object for that process is notified so that it can kill it. This needs to work once, i.e. not require any setup per binding.
Comment 1 by jam@chromium.org
, Apr 27 2016