Commit f3fc51c
test: fix coverity warning in test
Fix uninitialized pointer field warning in test
Signed-off-by: Michael Dawson <mdawson@devrus.com>
PR-URL: #43631
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>1 parent a9ecba2 commit f3fc51cCopy full SHA for f3fc51c
File tree
Expand file treeCollapse file tree
1 file changed
+3
-3
lines changedOpen diff view settings
Filter options
- test/cctest
Expand file treeCollapse file tree
1 file changed
+3
-3
lines changedOpen diff view settings
Collapse file
test/cctest/test_inspector_socket_server.cc
Copy file name to clipboardExpand all lines: test/cctest/test_inspector_socket_server.cc+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
301 | 301 | |
302 | 302 | |
303 | 303 | |
304 | | - |
305 | | - |
306 | | - |
| 304 | + |
| 305 | + |
307 | 306 | |
308 | 307 | |
| 308 | + |
309 | 309 | |
310 | 310 | |
311 | 311 | |
|
0 commit comments