[Webkit-unassigned] [Bug 172256] New: It should be a runtime error to call ExceptionOr::releaseReturnValue() more than once

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 17 17:14:44 PDT 2017


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

            Bug ID: 172256
           Summary: It should be a runtime error to call
                    ExceptionOr::releaseReturnValue() more than once
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aestes at apple.com

Bug #172253 was caused by accidentally calling releaseReturnValue() twice on the same ExceptionOr value. This is a mistake because releaseReturnValue() moves the return value. We should ASSERT that releaseReturnValue() hasn't been called more than once.

-- 
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/20170518/8f702fca/attachment-0001.html>


More information about the webkit-unassigned mailing list