[Webkit-unassigned] [Bug 169237] New: The SamplingProfiler should do a sanity check on the callFrame pointer when walking the stack.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 6 16:34:28 PST 2017


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

            Bug ID: 169237
           Summary: The SamplingProfiler should do a sanity check on the
                    callFrame pointer when walking the stack.
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mark.lam at apple.com

This is needed if the profiler gets the callFrame pointer from vm.topCallFrame.  If topCallFrame is stale, it may point to un-initialized memory, and the previousCallFrame pointers it gets from there may be invalid.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170307/d9c4f666/attachment.html>


More information about the webkit-unassigned mailing list