WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
225605
Add null check in CachedResource::clearLoader
https://bugs.webkit.org/show_bug.cgi?id=225605
Summary
Add null check in CachedResource::clearLoader
Alex Christensen
Reported
2021-05-10 12:25:10 PDT
Add null check in CachedResource::clearLoader
Attachments
Patch
(1.57 KB, patch)
2021-05-10 12:26 PDT
,
Alex Christensen
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Alex Christensen
Comment 1
2021-05-10 12:26:03 PDT
Created
attachment 428193
[details]
Patch
Alex Christensen
Comment 2
2021-05-10 12:26:06 PDT
<
rdar://problem/69912354
>
Geoffrey Garen
Comment 3
2021-05-10 12:46:59 PDT
Comment on
attachment 428193
[details]
Patch r=me You can make this fewer lines of code if you keep it as ASSERT(m_loader).
Alex Christensen
Comment 4
2021-05-10 12:49:33 PDT
Comment on
attachment 428193
[details]
Patch I agree. I have received the feedback many times in the past that the WebKit developers don't like having code that looks like this: ASSERT(something); if (something) somethingIsTrue(); But for some reason they are ok with this. Maybe we should have another super-long style discussion on webkit-dev.
EWS
Comment 5
2021-05-10 14:17:18 PDT
Committed
r277292
(
237553@main
): <
https://commits.webkit.org/237553@main
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 428193
[details]
.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug