[Webkit-unassigned] [Bug 143144] New: Null dereference in InbandMetadataTextTrack handling

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 27 12:45:02 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=143144

            Bug ID: 143144
           Summary: Null dereference in InbandMetadataTextTrack handling
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media Elements
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfulgham at webkit.org

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150327/1374ad5d/attachment-0002.html>


More information about the webkit-unassigned mailing list