Commit c03bd57
src: check uv_async_init() return value
Pointed out by Coverity.
PR-URL: #7374
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>1 parent 1baa145 commit c03bd57Copy full SHA for c03bd57
File tree
Expand file treeCollapse file tree
2 files changed
+6
-6
lines changedOpen diff view settings
Filter options
- src
Expand file treeCollapse file tree
2 files changed
+6
-6
lines changedOpen diff view settings
Collapse file
+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3857 | 3857 | |
3858 | 3858 | |
3859 | 3859 | |
3860 | | - |
3861 | | - |
3862 | | - |
| 3860 | + |
| 3861 | + |
| 3862 | + |
3863 | 3863 | |
3864 | 3864 | |
3865 | 3865 | |
|
Collapse file
src/node_win32_etw_provider.cc
Copy file name to clipboardExpand all lines: src/node_win32_etw_provider.cc+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
155 | 155 | |
156 | 156 | |
157 | 157 | |
158 | | - |
159 | | - |
160 | | - |
| 158 | + |
| 159 | + |
| 160 | + |
161 | 161 | |
162 | 162 | |
163 | 163 | |
|
0 commit comments