Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 619ac79

Browse filesBrowse files
mhdawsontargos
authored andcommitted
quic: address coverity warning
- initiaze variable in similar way down in other constructors Signed-off-by: Michael Dawson <midawson@redhat.com> PR-URL: #52824 Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
1 parent 2dd8f09 commit 619ac79
Copy full SHA for 619ac79

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Open diff view settings
Collapse file

‎src/quic/data.cc‎

Copy file name to clipboardExpand all lines: src/quic/data.cc
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ QuicError::QuicError(const std::string& reason)
169169

170170
QuicError::QuicError(const ngtcp2_ccerr* ptr)
171171
: reason_(reinterpret_cast<const char*>(ptr->reason), ptr->reasonlen),
172+
error_(),
172173
ptr_(ptr) {}
173174

174175
QuicError::QuicError(const ngtcp2_ccerr& error)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.