FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

http: add mising initialization by mhdawson · Pull Request #40555 · nodejs/node · GitHub

/ node Public

http: add mising initialization - #40555

Closed
mhdawson wants to merge 3 commits into
nodejs:masterfrom
mhdawson:coverity-4
Closed

http: add mising initialization#40555
mhdawson wants to merge 3 commits into
nodejs:masterfrom
mhdawson:coverity-4

Conversation

Copy link
Copy Markdown
Member

Add missing initialization reported by coverity scan.

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

Add missing initialization reported by coverity scan.

Signed-off-by: Michael Dawson <mdawson@devrus.com>
mhdawson requested a review from jasnell October 21, 2021 20:58
nodejs-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 Oct 21, 2021

Copy link
Copy Markdown
Member Author

@jasnell I think moving the env_ makes sense but hoping you can easily confirm/correct.

addaleax 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.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

@jasnell I think moving the env_ makes sense but hoping you can easily confirm/correct.

@mhdawson Moving a pointer doesn’t do anything (except maybe look odd).

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

Copy link
Copy Markdown
Member Author

@addaleax thanks, pushed a commit to remove the move.

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

tniessen commented Nov 2, 2021

Copy link
Copy Markdown
Member

Nit: typo in commit message

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

mhdawson added a commit that referenced this pull request Nov 12, 2021
Add missing initialization reported by coverity scan.

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

PR-URL: #40555
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>

Copy link
Copy Markdown
Member Author

Landed in 055a38b4c7db64ab1461cd44b7605d5b020ab382

mhdawson closed this Nov 12, 2021
targos pushed a commit that referenced this pull request Nov 21, 2021
Add missing initialization reported by coverity scan.

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

PR-URL: #40555
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
danielleadams pushed a commit that referenced this pull request Jan 30, 2022
Add missing initialization reported by coverity scan.

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

PR-URL: #40555
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
danielleadams pushed a commit that referenced this pull request Feb 1, 2022
Add missing initialization reported by coverity scan.

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

PR-URL: #40555
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
danielleadams mentioned this pull request Feb 1, 2022
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

Labels

c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL