Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34.3k
net: fix connect crash when call destroy in lookup handler#51826
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
Uh oh!
There was an error while loading. Please reload this page.
Conversation
theanarkh commented Feb 21, 2024 • edited
Loading Uh oh!
There was an error while loading. Please reload this page.
edited
Uh oh!
There was an error while loading. Please reload this page.
nodejs-github-bot commented Feb 21, 2024
Review requested:
|
6a7c817 to 18718f4Compare
ShogunPanda left a comment
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!
nodejs-github-bot commented Feb 22, 2024
nodejs-github-bot commented Feb 22, 2024
nodejs-github-bot commented Feb 22, 2024
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
mcollina left a comment
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
18718f4 to 23b04caComparenodejs-github-bot commented Feb 23, 2024
nodejs-github-bot commented 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 commented Feb 27, 2024
Landed in 292016c |
PR-URL: #51826Fixes: #50841 Reviewed-By: Paolo Insogna <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Jiawen Geng <[email protected]>
PR-URL: #51826Fixes: #50841 Reviewed-By: Paolo Insogna <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Jiawen Geng <[email protected]>
PR-URL: #51826Fixes: #50841 Reviewed-By: Paolo Insogna <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Jiawen Geng <[email protected]>
PR-URL: #51826Fixes: #50841 Reviewed-By: Paolo Insogna <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Jiawen Geng <[email protected]>
PR-URL: nodejs#51826Fixes: nodejs#50841 Reviewed-By: Paolo Insogna <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Jiawen Geng <[email protected]>
fix: #50841
cc @ShogunPanda
make -j4 test(UNIX), orvcbuild test(Windows) passes