-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
crypto.pbkdf2Sync
results in an abort
#38341
Labels
Comments
Can confirm on master though not happening in the latest Node release. |
It is for me:
I'm looking into this. |
tniessen
added a commit
to tniessen/node
that referenced
this issue
Apr 22, 2021
tniessen
added a commit
to tniessen/node
that referenced
this issue
Apr 22, 2021
Fix in #38354 |
tniessen
added a commit
to tniessen/node
that referenced
this issue
Apr 22, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
What steps will reproduce the bug?
Setup a node instance,
and run the following javascript code.
Then the node instance occurs an abort.
How often does it reproduce? Is there a required condition?
This abort can always be triggered following the steps above.
What is the expected behavior?
If any error occurs, an exception or other similar error-reporting stuff should be thrown. There is no reason to abort the whole node process.
What do you see instead?
Additional information
The text was updated successfully, but these errors were encountered: