[v20.x] Revert "crypto: make timingSafeEqual faster for Uint8Array"#53390
Closed
tniessen wants to merge 1 commit intonodejs:v20.x-stagingfrom
Closed
[v20.x] Revert "crypto: make timingSafeEqual faster for Uint8Array"#53390tniessen wants to merge 1 commit intonodejs:v20.x-stagingfrom
tniessen wants to merge 1 commit intonodejs:v20.x-stagingfrom
Conversation
This reverts commit 0f784c9 because it triggers a bug in the V8 version that Node.js 20.x uses.
Collaborator
|
Review requested:
|
richardlau
approved these changes
Jun 8, 2024
This comment was marked as outdated.
This comment was marked as outdated.
Member
|
What is that bug? |
Collaborator
targos
approved these changes
Jun 9, 2024
marco-ippolito
approved these changes
Jun 9, 2024
benjamingr
approved these changes
Jun 9, 2024
anonrig
approved these changes
Jun 9, 2024
panva
approved these changes
Jun 10, 2024
RafaelGSS
approved these changes
Jun 10, 2024
marco-ippolito
pushed a commit
that referenced
this pull request
Jun 12, 2024
This reverts commit 0f784c9 because it triggers a bug in the V8 version that Node.js 20.x uses. PR-URL: #53390 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io> Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Member
|
Landed in cd1415c |
Merged
susnux
added a commit
to nextcloud-libraries/nextcloud-vite-config
that referenced
this pull request
Jun 21, 2024
Ref: nodejs/node#53390 Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
backportbot bot
pushed a commit
to nextcloud-libraries/nextcloud-vite-config
that referenced
this pull request
Jun 21, 2024
Ref: nodejs/node#53390 Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
susnux
added a commit
to nextcloud-libraries/nextcloud-vite-config
that referenced
this pull request
Jun 21, 2024
Ref: nodejs/node#53390 Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This reverts commit 0f784c9 because it triggers a bug in the V8 version that Node.js 20 uses. Newer release lines are not affected by the bug in V8, hence, this revert specifically targets Node.js 20.