Bug 280271
Summary: | Sync IPC message cancellation is not consistent | ||
---|---|---|---|
Product: | WebKit | Reporter: | Kimmo Kinnunen <kkinnunen> |
Component: | WebKit2 | Assignee: | Kimmo Kinnunen <kkinnunen> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | kkinnunen, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Local Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=280843 |
Kimmo Kinnunen
Sync IPC message cancellation is not consistent
When the message is not handled, it is cancelled.
However, the cancel was sync message reply with no parameters.
This would result in accepted reply if the reply does not have parameters.
This would result in decode error if the reply has parameters.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/136584036>
Kimmo Kinnunen
Pull request: https://github.com/WebKit/WebKit/pull/34216
Kimmo Kinnunen
Pull request: https://github.com/WebKit/WebKit/pull/34349
EWS
Committed 284553@main (e06af74daaf6): <https://commits.webkit.org/284553@main>
Reviewed commits have been landed. Closing PR #34349 and removing active labels.