[Webkit-unassigned] [Bug 78194] New: ASSERT_NO_EXCEPTION should be initialized with non-zero value.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 8 18:55:58 PST 2012


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

           Summary: ASSERT_NO_EXCEPTION should be initialized with
                    non-zero value.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: shinyak at chromium.org


We found that ExceptionCode is checked without initializing.

Sometimes ExceptionCode is used without initializing, but it occasionally 'initialized' as 0.
We would like to ensure that "if (ec) {...}" fails if ExceptionCode is not initialized as 0.

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