Bug 250386 - REGRESSION(258484@main): StreamClientConnection sends destination id in wrong format
Summary: REGRESSION(258484@main): StreamClientConnection sends destination id in wrong...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: Safari Technology Preview
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kimmo Kinnunen
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-01-10 07:34 PST by Kimmo Kinnunen
Modified: 2023-01-14 06:18 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kimmo Kinnunen 2023-01-10 07:34:11 PST
REGRESSION(258484@main) StreamClientConnection sends destination id in wrong format

Expected uint64_t (ObjectIdentifiers only)
Sent: WTF::UInt128

Causes wrong message lengths and leads increase in SHOULD NEVER BE REACHED in IPC::StreamClientConnection::trySendDestinationIDIfNeeded

See also bug 250318
Comment 1 Radar WebKit Bug Importer 2023-01-10 07:34:24 PST
<rdar://problem/104076868>
Comment 2 Kimmo Kinnunen 2023-01-10 09:47:45 PST
Pull request: https://github.com/WebKit/WebKit/pull/8465
Comment 3 EWS 2023-01-11 05:00:22 PST
Committed 258782@main (ce70a7f574fc): <https://commits.webkit.org/258782@main>

Reviewed commits have been landed. Closing PR #8465 and removing active labels.