RESOLVED FIXED 208275
Enhance JSObjectGetProperty() to mitigate against null object pointers.
https://bugs.webkit.org/show_bug.cgi?id=208275
Summary Enhance JSObjectGetProperty() to mitigate against null object pointers.
Mark Lam
Reported 2020-02-26 16:16:52 PST
The client really shouldn't pass us a null JSObjectRef, but we'll be nice and mitigate it this time. <rdar://problem/59789796>
Attachments
proposed patch. (1.41 KB, patch)
2020-02-26 16:23 PST, Mark Lam
rmorisset: review+
Mark Lam
Comment 1 2020-02-26 16:17:44 PST
Oops ... wrong radar. Need a new one.
Radar WebKit Bug Importer
Comment 2 2020-02-26 16:18:05 PST
Mark Lam
Comment 3 2020-02-26 16:23:22 PST
Created attachment 391803 [details] proposed patch.
Robin Morisset
Comment 4 2020-02-26 16:25:30 PST
Comment on attachment 391803 [details] proposed patch. r=me
Mark Lam
Comment 5 2020-02-26 16:30:05 PST
Thanks for the review. Landed in r257529: <http://trac.webkit.org/r257529>.
Note You need to log in before you can comment on or make changes to this bug.