-
Notifications
You must be signed in to change notification settings - Fork 30.5k
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
[v20.x] Revert "crypto: make timingSafeEqual faster for Uint8Array" #53390
Closed
tniessen
wants to merge
1
commit into
nodejs:v20.x-staging
from
tniessen:v20.x-revert-fast-timingsafeequal
Closed
[v20.x] Revert "crypto: make timingSafeEqual faster for Uint8Array" #53390
tniessen
wants to merge
1
commit into
nodejs:v20.x-staging
from
tniessen:v20.x-revert-fast-timingsafeequal
Conversation
This file contains 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
This reverts commit 0f784c9 because it triggers a bug in the V8 version that Node.js 20.x uses.
Review requested:
|
nodejs-github-bot
added
c++
Issues and PRs that require attention from people who are familiar with C++.
crypto
Issues and PRs related to the crypto subsystem.
needs-ci
PRs that need a full CI run.
v20.x
v20.x Issues that can be reproduced on v20.x or PRs targeting the v20.x-staging branch.
labels
Jun 8, 2024
richardlau
approved these changes
Jun 8, 2024
github-actions
bot
removed
the
request-ci
Add this label to start a Jenkins CI on a PR.
label
Jun 8, 2024
This comment was marked as outdated.
This comment was marked as outdated.
What is that bug? |
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
panva
added
the
author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.
label
Jun 10, 2024
RafaelGSS
approved these changes
Jun 10, 2024
RafaelGSS
added
commit-queue
Add this label to land a pull request using GitHub Actions.
and removed
commit-queue
Add this label to land a pull request using GitHub Actions.
labels
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>
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>
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.
c++
Issues and PRs that require attention from people who are familiar with C++.
crypto
Issues and PRs related to the crypto subsystem.
needs-ci
PRs that need a full CI run.
v20.x
v20.x Issues that can be reproduced on v20.x or PRs targeting the v20.x-staging branch.
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.