Commit 9a25fc8
url: process crash via malformed UNC hostname in pathToFileURL()
Fixes: #62546
PR-URL: #62574
Reviewed-By: René <contact.9a5d6388@renegade334.me.uk>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Claudio Wunder <cwunder@gnome.org>1 parent 900dc75 commit 9a25fc8Copy full SHA for 9a25fc8
2 files changed
+13-2Lines changed: 13 additions & 2 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- src
- test/parallel
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+5-2Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
93 | 93 | |
94 | 94 | |
95 | 95 | |
96 | | - |
97 | 96 | |
98 | 97 | |
99 | 98 | |
| ||
169 | 168 | |
170 | 169 | |
171 | 170 | |
172 | | - |
| 171 | + |
| 172 | + |
| 173 | + |
| 174 | + |
| 175 | + |
173 | 176 | |
174 | 177 | |
175 | 178 | |
|
Collapse file
test/parallel/test-url-pathtofileurl.js
Copy file name to clipboardExpand all lines: test/parallel/test-url-pathtofileurl.js+8Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
21 | 21 | |
22 | 22 | |
23 | 23 | |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
24 | 32 | |
25 | 33 | |
26 | 34 | |
|
0 commit comments