-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
net: fix connect crash when call destroy in lookup handler #51826
Merged
nodejs-github-bot
merged 1 commit into
nodejs:main
from
theanarkh:fix_connect_crash_when_call_destroy_in_lookup_handler
Feb 27, 2024
Merged
net: fix connect crash when call destroy in lookup handler #51826
nodejs-github-bot
merged 1 commit into
nodejs:main
from
theanarkh:fix_connect_crash_when_call_destroy_in_lookup_handler
Feb 27, 2024
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
Review requested:
|
nodejs-github-bot
added
needs-ci
PRs that need a full CI run.
net
Issues and PRs related to the net subsystem.
labels
Feb 21, 2024
theanarkh
force-pushed
the
fix_connect_crash_when_call_destroy_in_lookup_handler
branch
from
February 21, 2024 18:11
6a7c817
to
18718f4
Compare
ShogunPanda
approved these changes
Feb 22, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
github-actions
bot
removed
the
request-ci
Add this label to start a Jenkins CI on a PR.
label
Feb 22, 2024
github-actions
bot
removed
the
request-ci
Add this label to start a Jenkins CI on a PR.
label
Feb 22, 2024
lpinca
approved these changes
Feb 22, 2024
mcollina
approved these changes
Feb 23, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
theanarkh
force-pushed
the
fix_connect_crash_when_call_destroy_in_lookup_handler
branch
from
February 23, 2024 10:14
18718f4
to
23b04ca
Compare
github-actions
bot
removed
the
request-ci
Add this label to start a Jenkins CI on a PR.
label
Feb 23, 2024
theanarkh
added
author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.
commit-queue
Add this label to land a pull request using GitHub Actions.
labels
Feb 23, 2024
nodejs-github-bot
removed
the
commit-queue
Add this label to land a pull request using GitHub Actions.
label
Feb 24, 2024
theanarkh
added
the
commit-queue
Add this label to land a pull request using GitHub Actions.
label
Feb 24, 2024
nodejs-github-bot
removed
the
commit-queue
Add this label to land a pull request using GitHub Actions.
label
Feb 24, 2024
Commit Queue failed- Loading data for nodejs/node/pull/51826 ✔ Done loading data for nodejs/node/pull/51826 ----------------------------------- PR info ------------------------------------ Title net: fix connect crash when call destroy in lookup handler (#51826) Author theanarkh (@theanarkh) Branch theanarkh:fix_connect_crash_when_call_destroy_in_lookup_handler -> nodejs:main Labels net, author ready, needs-ci Commits 1 - net: fix connect crash when call destroy in lookup handler Committers 1 - theanarkh PR-URL: https://github.com/nodejs/node/pull/51826 Fixes: https://github.com/nodejs/node/issues/50841 Reviewed-By: Paolo Insogna Reviewed-By: Luigi Pinca Reviewed-By: Matteo Collina ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/51826 Fixes: https://github.com/nodejs/node/issues/50841 Reviewed-By: Paolo Insogna Reviewed-By: Luigi Pinca Reviewed-By: Matteo Collina -------------------------------------------------------------------------------- ⚠ Commits were pushed since the last approving review: ⚠ - net: fix connect crash when call destroy in lookup handler ℹ This PR was created on Wed, 21 Feb 2024 17:12:43 GMT ✔ Approvals: 3 ✔ - Paolo Insogna (@ShogunPanda) (TSC): https://github.com/nodejs/node/pull/51826#pullrequestreview-1895223170 ✔ - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/51826#pullrequestreview-1896819310 ✔ - Matteo Collina (@mcollina) (TSC): https://github.com/nodejs/node/pull/51826#pullrequestreview-1897763462 ✔ Last GitHub CI successful ℹ Last Full PR CI on 2024-02-23T10:16:28Z: https://ci.nodejs.org/job/node-test-pull-request/57340/ - Querying data for job/node-test-pull-request/57340/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/8028025584 |
nodejs-github-bot
added
the
commit-queue-failed
An error occurred while landing this pull request using GitHub Actions.
label
Feb 24, 2024
gengjiawen
approved these changes
Feb 27, 2024
theanarkh
added
the
commit-queue
Add this label to land a pull request using GitHub Actions.
label
Feb 27, 2024
nodejs-github-bot
removed
the
commit-queue
Add this label to land a pull request using GitHub Actions.
label
Feb 27, 2024
Landed in 292016c |
Merged
Merged
rdw-msft
pushed a commit
to rdw-msft/node
that referenced
this pull request
Mar 26, 2024
PR-URL: nodejs#51826 Fixes: nodejs#50841 Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.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.
commit-queue-failed
An error occurred while landing this pull request using GitHub Actions.
needs-ci
PRs that need a full CI run.
net
Issues and PRs related to the net subsystem.
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.
fix: #50841
cc @ShogunPanda
make -j4 test
(UNIX), orvcbuild test
(Windows) passes