| Summary: | ExceptionHelpers.cpp::functionCallBase doesn't properly handle embedded comments and string literals | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Michael Saboff <msaboff> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW --- | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
Michael Saboff
2015-06-24 18:33:55 PDT
Here are some examples of cases that the function does not properly handle:
foo.bar("/abc\)*/")
blah(/* A /* B */ x, y)
baz("((((")
|