RESOLVED FIXED 212036
Null Ptr Deref @ WebCore::CSSValue::classType
https://bugs.webkit.org/show_bug.cgi?id=212036
Summary Null Ptr Deref @ WebCore::CSSValue::classType
Pinki Gyanchandani
Reported 2020-05-18 11:45:14 PDT
Null Ptr Deref @ WebCore::CSSValue::classType
Attachments
Patch (3.74 KB, patch)
2020-05-18 12:17 PDT, Pinki Gyanchandani
no flags
Patch (3.74 KB, patch)
2020-05-18 12:31 PDT, Pinki Gyanchandani
no flags
Pinki Gyanchandani
Comment 1 2020-05-18 11:59:45 PDT
This issue is similar to https://bugs.webkit.org/show_bug.cgi?id=208316. In here m_value.calc() is NULL and but we are trying to access function cssText() without nullptr check.
Pinki Gyanchandani
Comment 2 2020-05-18 12:17:24 PDT
Pinki Gyanchandani
Comment 3 2020-05-18 12:31:01 PDT
Pinki Gyanchandani
Comment 4 2020-05-18 12:43:01 PDT
Geoffrey Garen
Comment 5 2020-05-18 13:26:13 PDT
Comment on attachment 399667 [details] Patch r=me
EWS
Comment 6 2020-05-18 13:49:36 PDT
Committed r261830: <https://trac.webkit.org/changeset/261830> All reviewed patches have been landed. Closing bug and clearing flags on attachment 399667 [details].
Note You need to log in before you can comment on or make changes to this bug.