[Webkit-unassigned] [Bug 30774] New: [V8] Missing null check after string conversion in error reporting

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 26 06:47:43 PDT 2009


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

           Summary: [V8] Missing null check after string conversion in
                    error reporting
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore JavaScript
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ager at chromium.org
                CC: dglazkov at chromium.org


When reporting exceptions, we sometimes perform a string conversion on an
exception object.  That string conversion can fail if an exception is thrown
during conversion.  In that case an empty handle is returned.  We need to check
for that.

See comment 1 and 3 of http://crbug.com/24130.

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