[Webkit-unassigned] [Bug 99387] New: Use of uninitialized variable in Media Source API test.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 15 17:05:54 PDT 2012


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

           Summary: Use of uninitialized variable in Media Source API
                    test.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: anandc at chromium.org
                CC: acolwell at chromium.org


In the video-media-source-state-changes.html Media Source test case code, the following variable is used without any initialisation (on line 9):

            var seekTime;

As a result, the test ends up using a default value of 0 during execution.

-- 
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