Commit a33ed9b
inspector: ensure adequate memory allocation for
PR-URL: #59870
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>Binary::toBase64
1 parent 758271a commit a33ed9bCopy full SHA for a33ed9b
File tree
Expand file treeCollapse file tree
2 files changed
+23
-9
lines changedOpen diff view settings
Filter options
- src/inspector
- test/parallel
Expand file treeCollapse file tree
2 files changed
+23
-9
lines changedOpen diff view settings
Collapse file
src/inspector/node_string.cc
Copy file name to clipboardExpand all lines: src/inspector/node_string.cc+4-4Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
108 | 108 | |
109 | 109 | |
110 | 110 | |
111 | | - |
112 | | - |
113 | | - |
| 111 | + |
| 112 | + |
| 113 | + |
114 | 114 | |
115 | 115 | |
116 | 116 | |
117 | 117 | |
118 | 118 | |
119 | | - |
| 119 | + |
120 | 120 | |
121 | 121 | |
122 | 122 | |
|
Collapse file
test/parallel/test-inspector-network-data-received.js
Copy file name to clipboardExpand all lines: test/parallel/test-inspector-network-data-received.js+19-5Lines changed: 19 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
11 | 11 | |
12 | 12 | |
13 | 13 | |
| 14 | + |
| 15 | + |
| 16 | + |
14 | 17 | |
15 | 18 | |
16 | 19 | |
| ||
67 | 70 | |
68 | 71 | |
69 | 72 | |
70 | | - |
| 73 | + |
| 74 | + |
| 75 | + |
71 | 76 | |
72 | 77 | |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
73 | 87 | |
74 | 88 | |
75 | 89 | |
| ||
116 | 130 | |
117 | 131 | |
118 | 132 | |
119 | | - |
| 133 | + |
120 | 134 | |
121 | 135 | |
122 | 136 | |
| ||
131 | 145 | |
132 | 146 | |
133 | 147 | |
134 | | - |
| 148 | + |
135 | 149 | |
136 | 150 | |
137 | 151 | |
| ||
158 | 172 | |
159 | 173 | |
160 | 174 | |
161 | | - |
| 175 | + |
162 | 176 | |
163 | 177 | |
164 | 178 | |
| ||
174 | 188 | |
175 | 189 | |
176 | 190 | |
177 | | - |
| 191 | + |
178 | 192 | |
0 commit comments