RESOLVED FIXED 143144
Null dereference in InbandMetadataTextTrack handling
https://bugs.webkit.org/show_bug.cgi?id=143144
Summary Null dereference in InbandMetadataTextTrack handling
Brent Fulgham
Reported 2015-03-27 12:45:02 PDT
We've seen some crashes due to a null dereference in InbandMetadataTextTrackAVF::updatePendingCueEndTimes. Reviewing the code, I notice that the client() return value is used without null check, even though the other methods in this class due check for null. This patch adds a null check for client()'s return value to avoid this crash.
Attachments
Patch (2.56 KB, patch)
2015-03-27 12:49 PDT, Brent Fulgham
eric.carlson: review+
Brent Fulgham
Comment 1 2015-03-27 12:45:25 PDT
Brent Fulgham
Comment 2 2015-03-27 12:49:55 PDT
Brent Fulgham
Comment 3 2015-03-27 13:42:15 PDT
Note You need to log in before you can comment on or make changes to this bug.