Uh oh!
There was an error while loading. Please reload this page.
http: add mising initialization - #40555
Closed
mhdawson wants to merge 3 commits into
Closed
Conversation
Add missing initialization reported by coverity scan. Signed-off-by: Michael Dawson <mdawson@devrus.com>
mhdawson
commented
Oct 21, 2021
MemberAuthor
@jasnell I think moving the env_ makes sense but hoping you can easily confirm/correct. |
Signed-off-by: Michael Dawson <mdawson@devrus.com>
mhdawson
commented
Oct 25, 2021
MemberAuthor
@addaleax thanks, pushed a commit to remove the move. |
addaleax
approved these changes
Oct 25, 2021
nodejs-github-bot
commented
Oct 27, 2021
Collaborator
30 tasks
nodejs-github-bot
commented
Oct 28, 2021
Collaborator
This was referenced Oct 29, 2021
tniessen
approved these changes
Nov 2, 2021
nodejs-github-bot
commented
Nov 2, 2021
Collaborator
tniessen
commented
Nov 2, 2021
Member
Nit: typo in commit message |
42 tasks
nodejs-github-bot
commented
Nov 3, 2021
Collaborator
This was referenced Nov 4, 2021
nodejs-github-bot
commented
Nov 9, 2021
Collaborator
nodejs-github-bot
commented
Nov 9, 2021
Collaborator
26 tasks
This was referenced Nov 11, 2021
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>
mhdawson
commented
Nov 12, 2021
MemberAuthor
Landed in |
This was referenced Nov 13, 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>
Merged
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 freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Add missing initialization reported by coverity scan.
Signed-off-by: Michael Dawson mdawson@devrus.com