WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
213325
Use fastMalloc/fastFree in WebCoreArgumentCodersMac.mm
https://bugs.webkit.org/show_bug.cgi?id=213325
Summary
Use fastMalloc/fastFree in WebCoreArgumentCodersMac.mm
David Kilzer (:ddkilzer)
Reported
2020-06-17 20:26:30 PDT
Use fastMalloc/fastFree in WebCoreArgumentCodersMac.mm. Follow-up from:
Bug 210448
: createArchiveList() in WebCoreArgumentCodersMac.mm should do more validity checks <
https://bugs.webkit.org/show_bug.cgi?id=210448#c11
>
Attachments
Patch v1
(1.82 KB, patch)
2020-06-17 20:29 PDT
,
David Kilzer (:ddkilzer)
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
David Kilzer (:ddkilzer)
Comment 1
2020-06-17 20:29:21 PDT
Created
attachment 402180
[details]
Patch v1
Darin Adler
Comment 2
2020-06-18 09:54:36 PDT
Comment on
attachment 402180
[details]
Patch v1 This is good. I think it would be even better to use new/delete and unique_ptr, but this is a step forward.
Darin Adler
Comment 3
2020-06-18 10:20:40 PDT
(In reply to Darin Adler from
comment #2
)
> This is good. I think it would be even better to use new/delete and > unique_ptr, but this is a step forward.
Could even use Vector now that I look closer.
EWS
Comment 4
2020-06-18 18:45:33 PDT
Committed
r263251
: <
https://trac.webkit.org/changeset/263251
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 402180
[details]
.
Radar WebKit Bug Importer
Comment 5
2020-06-18 18:46:19 PDT
<
rdar://problem/64513814
>
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