Skip to content
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

vm: throw error when duplicated exportNames in SyntheticModule #32810

Closed
wants to merge 1 commit into from

Conversation

himself65
Copy link
Member

Fixes: #32806

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

@nodejs-github-bot nodejs-github-bot added the vm Issues and PRs related to the vm subsystem. label Apr 13, 2020
@himself65 himself65 requested a review from targos April 13, 2020 10:03
lib/internal/vm/module.js Outdated Show resolved Hide resolved
@himself65

This comment has been minimized.

lib/internal/vm/module.js Outdated Show resolved Hide resolved
lib/internal/vm/module.js Outdated Show resolved Hide resolved
lib/internal/vm/module.js Outdated Show resolved Hide resolved
@nodejs-github-bot
Copy link
Collaborator

@himself65 himself65 changed the title vm: avoid duplicated exportNames on SyntheticModule vm: throw error when duplicated exportNames in SyntheticModule Apr 13, 2020
lib/internal/vm/module.js Outdated Show resolved Hide resolved
@addaleax addaleax added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Apr 27, 2020
@nodejs-github-bot
Copy link
Collaborator

himself65 added a commit that referenced this pull request Apr 28, 2020
Fixes: #32806

PR-URL: #32810
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
@himself65
Copy link
Member Author

landed in 9545013

@himself65 himself65 closed this Apr 28, 2020
targos pushed a commit that referenced this pull request May 4, 2020
Fixes: #32806

PR-URL: #32810
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
@targos targos mentioned this pull request May 4, 2020
targos pushed a commit that referenced this pull request May 7, 2020
Fixes: #32806

PR-URL: #32810
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
targos pushed a commit that referenced this pull request May 13, 2020
Fixes: #32806

PR-URL: #32810
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. vm Issues and PRs related to the vm subsystem.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SyntheticModule aborts with illegal hardware instruction during linking
6 participants