[Webkit-unassigned] [Bug 117815] New: Fix TextTrackCue::cueIndex() to handle the null case of TextTrack::cues(() properly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 19 17:23:11 PDT 2013


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

           Summary: Fix TextTrackCue::cueIndex() to handle the null case
                    of TextTrack::cues(() properly
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Media Elements
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ruthiecftg at gmail.com
                CC: eric.carlson at apple.com, jer.noble at apple.com,
                    webkit-bug-importer at group.apple.com, thorton at apple.com


TextTrackCue::cueIndex() calls TextTrackCueList::getCueIndex on the return value of TextTrack::cues() without checking if that return value is null.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list