-
Notifications
You must be signed in to change notification settings - Fork 29.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V6.x crash with illegal spread as single arrow parameter #12017
Labels
Comments
targos
added
confirmed-bug
Issues with confirmed bugs.
v8 engine
Issues and PRs related to the V8 dependency.
labels
Mar 24, 2017
targos
added a commit
to targos/node
that referenced
this issue
Mar 25, 2017
Original commit message: Fix bug with illegal spread as single arrow parameter [email protected] BUG=chromium:621496 LOG=N Review-Url: https://codereview.chromium.org/2084703005 Cr-Commit-Position: refs/heads/master@{nodejs#37196} Fixes: nodejs#12017
MylesBorins
pushed a commit
that referenced
this issue
Mar 28, 2017
Original commit message: Fix bug with illegal spread as single arrow parameter [email protected] BUG=chromium:621496 LOG=N Review-Url: https://codereview.chromium.org/2084703005 Cr-Commit-Position: refs/heads/master@{#37196} Fixes: #12017 PR-URL: #12037 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Myles Borins <[email protected]>
MylesBorins
pushed a commit
that referenced
this issue
Mar 29, 2017
Original commit message: Fix bug with illegal spread as single arrow parameter [email protected] BUG=chromium:621496 LOG=N Review-Url: https://codereview.chromium.org/2084703005 Cr-Commit-Position: refs/heads/master@{#37196} Fixes: #12017 PR-URL: #12037 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Myles Borins <[email protected]>
MylesBorins
pushed a commit
that referenced
this issue
Mar 29, 2017
Original commit message: Fix bug with illegal spread as single arrow parameter [email protected] BUG=chromium:621496 LOG=N Review-Url: https://codereview.chromium.org/2084703005 Cr-Commit-Position: refs/heads/master@{#37196} Fixes: #12017 PR-URL: #12037 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Myles Borins <[email protected]>
Fixed in 8dfc710 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Repro:
node -e "(...[42]) => 42"
Fix: v8/v8@b9f682b
I found this while investigating #11977
The text was updated successfully, but these errors were encountered: