RESOLVED INVALID 187787
Better deal with unexpected descriptor types in IPC::Connection's createMessageDecoder()
https://bugs.webkit.org/show_bug.cgi?id=187787
Summary Better deal with unexpected descriptor types in IPC::Connection's createMessa...
Chris Dumez
Reported 2018-07-18 15:24:07 PDT
Better deal with unexpected descriptor types in IPC::Connection's createMessageDecoder() so that decoding actually fails instead of adding default-constructed IPC::Attachment objects to the Decoder. We have cases where decoding succeeds but the mach_port passed via IPC is null (rdar://problem/41995022) and this could be the cause.
Attachments
Patch (2.83 KB, patch)
2018-07-18 15:25 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2018-07-18 15:25:23 PDT
Note You need to log in before you can comment on or make changes to this bug.