[Webkit-unassigned] [Bug 255319] New: Segmentation fault in JSC

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 11 22:33:47 PDT 2023


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

            Bug ID: 255319
           Summary: Segmentation fault in JSC
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: zhunkibatu at gmail.com

Created attachment 465857

  --> https://bugs.webkit.org/attachment.cgi?id=465857&action=review

the minimal poc

The following js code cause a segmentation fault in JSC.
=========================================

function foo() {
    eval(``);
    foo.bind()(-1,0);
}

foo();

=========================================

-- 
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/20230412/cdc562d2/attachment.htm>


More information about the webkit-unassigned mailing list