RESOLVED FIXED 225879
Null check m_resource in SubresourceLoader::didReceiveResponse
https://bugs.webkit.org/show_bug.cgi?id=225879
Summary Null check m_resource in SubresourceLoader::didReceiveResponse
Alex Christensen
Reported 2021-05-17 10:48:49 PDT
Null check m_resource in SubresourceLoader::didReceiveResponse
Attachments
Patch (3.70 KB, patch)
2021-05-17 11:02 PDT, Alex Christensen
no flags
Patch (1.86 KB, patch)
2021-05-17 12:17 PDT, Alex Christensen
cdumez: review+
Alex Christensen
Comment 1 2021-05-17 11:02:12 PDT
Alex Christensen
Comment 2 2021-05-17 11:02:15 PDT
Alex Christensen
Comment 3 2021-05-17 11:44:30 PDT
Geoffrey Garen
Comment 4 2021-05-17 11:59:24 PDT
Let's do a debug ASSERT and a RELEASE_LOG_FAULT for the null resource condition, since we do not believe it is valid, and continuing might sometimes end in mysterious loading bugs.
Alex Christensen
Comment 5 2021-05-17 12:17:37 PDT
Reopening to attach new patch.
Alex Christensen
Comment 6 2021-05-17 12:17:38 PDT
Alex Christensen
Comment 7 2021-05-17 13:27:26 PDT
Note You need to log in before you can comment on or make changes to this bug.