Bug 242750 - Crash under IPC::StreamConnectionBuffer::decode
Summary: Crash under IPC::StreamConnectionBuffer::decode
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-07-14 09:23 PDT by Chris Dumez
Modified: 2022-07-14 10:49 PDT (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 Chris Dumez 2022-07-14 09:23:37 PDT
Crash under IPC::StreamConnectionBuffer::decode:
Thread 0 Crashed::   Dispatch queue: com.apple.main-thread
0   WebKit                        	       0x1b37f4080 IPC::StreamConnectionBuffer::decode(IPC::Decoder&) + 104 (Sources/WebKit/Source/WebKit/Platform/SharedMemory.h:139)
1   WebKit                        	       0x1b37f407c IPC::StreamConnectionBuffer::decode(IPC::Decoder&) + 100 (Sources/WebKit/Source/WebKit/Platform/IPC/StreamConnectionBuffer.cpp:90)
2   WebKit                        	       0x1b3592860 IPC::Decoder& IPC::Decoder::operator>><IPC::StreamConnectionBuffer>(std::__1::optional<IPC::StreamConnectionBuffer>&) + 32 (Source/WebKit/Platform/IPC/ArgumentCoder.h:63)
3   WebKit                        	       0x1b35927c0 std::__1::optional<std::__1::tuple<IPC::StreamConnectionBuffer> > IPC::TupleDecoder<IPC::StreamConnectionBuffer>::decode<IPC::Decoder>(IPC::Decoder&) + 48 (Source/WebKit/Platform/IPC/ArgumentCoders.h:397)
4   WebKit                        	       0x1b359259c std::__1::optional<std::__1::tuple<IPC::Attachment, IPC::StreamConnectionBuffer> > IPC::TupleDecoder<IPC::Attachment, IPC::StreamConnectionBuffer>::decode<IPC::Decoder>(IPC::Decoder&) + 64 (Source/WebKit/Platform/IPC/ArgumentCoders.h:401)
5   WebKit                        	       0x1b3592498
Comment 1 Chris Dumez 2022-07-14 09:23:51 PDT
<rdar://94805403>
Comment 2 Chris Dumez 2022-07-14 09:26:51 PDT
Pull request: https://github.com/WebKit/WebKit/pull/2410
Comment 3 EWS 2022-07-14 10:49:24 PDT
Committed 252462@main (f41b1ddcfb59): <https://commits.webkit.org/252462@main>

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