Skip to content

async_hooks: add missing initialization - #41288

Merged
nodejs-github-bot merged 1 commit into
nodejs:masterfrom
mhdawson:coverity-8
Dec 25, 2021
Merged

async_hooks: add missing initialization#41288
nodejs-github-bot merged 1 commit into
nodejs:masterfrom
mhdawson:coverity-8

Conversation

@mhdawson

Copy link
Copy Markdown
Member
  • Add missing initialization reported by coverity.

Signed-off-by: Michael Dawson mdawson@devrus.com

@nodejs-github-botnodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. labels Dec 22, 2021
- Add missing initialization reported by coverity.
Signed-off-by: Michael Dawson <mdawson@devrus.com>
@mhdawsonmhdawson changed the title async_wrap: add missing initializationasync_hooks: add missing initializationDec 22, 2021

@mcollinamcollina left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@lpincalpinca added the request-ci Add this label to start a Jenkins CI on a PR. label Dec 23, 2021
@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label Dec 23, 2021
@nodejs-github-bot

This comment has been minimized.

@FlarnaFlarna added the async_hooks Issues and PRs related to the async hooks subsystem. label Dec 25, 2021
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@FlarnaFlarna added the commit-queue Add this label to land a pull request using GitHub Actions. label Dec 25, 2021
@nodejs-github-botnodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Dec 25, 2021
@nodejs-github-bot
nodejs-github-bot merged commit ffa00fa into nodejs:masterDec 25, 2021
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Landed in ffa00fa

targos pushed a commit that referenced this pull request Jan 14, 2022
- Add missing initialization reported by coverity.
Signed-off-by: Michael Dawson <mdawson@devrus.com>
PR-URL: #41288
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
@targostargos mentioned this pull request Jan 16, 2022
danielleadams pushed a commit that referenced this pull request Jan 31, 2022
- Add missing initialization reported by coverity.
Signed-off-by: Michael Dawson <mdawson@devrus.com>
PR-URL: #41288
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
danielleadams pushed a commit that referenced this pull request Feb 1, 2022
- Add missing initialization reported by coverity.
Signed-off-by: Michael Dawson <mdawson@devrus.com>
PR-URL: #41288
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
@danielleadamsdanielleadams mentioned this pull request Feb 1, 2022
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

async_hooksIssues and PRs related to the async hooks subsystem.c++Issues and PRs that require attention from people who are familiar with C++.needs-ciPRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@mhdawson@nodejs-github-bot@mcollina@jasnell@lpinca@tniessen@JungMinu@Flarna