[Webkit-unassigned] [Bug 146304] New: ExceptionHelpers.cpp::functionCallBase doesn't properly handle strings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 24 18:33:55 PDT 2015


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

            Bug ID: 146304
           Summary: ExceptionHelpers.cpp::functionCallBase doesn't
                    properly handle strings
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: msaboff at apple.com

The loop in functionCallBase() tries to match parenthesis.  It tries to recognize multiline comments, but either the comment constructs or parens could actually be inside a string literal and the code doesn't handle those cases.

-- 
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/20150625/8f2b5da1/attachment.html>


More information about the webkit-unassigned mailing list