RESOLVED FIXED 226346
[Hardening] Use a RELEASE_ASSERT for SharedBufferDataView constructor
https://bugs.webkit.org/show_bug.cgi?id=226346
Summary [Hardening] Use a RELEASE_ASSERT for SharedBufferDataView constructor
Brent Fulgham
Reported 2021-05-27 11:05:38 PDT
We have a DEBUG assert in the constructor for SharedBufferDataView. Debug test bots don't hit this, and it's not a particularly hot code path. We should make it a release assert.
Attachments
Patch (1.57 KB, patch)
2021-05-27 13:04 PDT, Brent Fulgham
no flags
Brent Fulgham
Comment 1 2021-05-27 11:05:59 PDT
Brent Fulgham
Comment 2 2021-05-27 13:04:30 PDT
EWS
Comment 3 2021-05-27 16:03:41 PDT
Committed r278180 (238223@main): <https://commits.webkit.org/238223@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 429914 [details].
Note You need to log in before you can comment on or make changes to this bug.