Commit 45f892d
Revert "[vm] escape path when creating process on Windows"
This reverts commit 8a0ae57.
Reason for revert: Block 'flutter upgrade'. The manual escaped string should be escaped again.
Original change's description:
> [vm] escape path when creating process on Windows
>
> path may contain spaces. When it is passed into CreatProcessW, it will interpret in several ways. Escape path for CreateProcessW to remove ambiguity.
> The api doc of CreateProcessW: https://docs.microsoft.com/en-us/windows/win32/api/processthreadsapi/nf-processthreadsapi-createprocessw#parameters
>
> Bug: #37751
> Change-Id: Ia3486d9a8c6b38c526c651dd6a801e0b8dad8655
> Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/112267
> Reviewed-by: Siva Annamalai <[email protected]>
> Commit-Queue: Zichang Guo <[email protected]>
[email protected],[email protected],[email protected]
# Not skipping CQ checks because original CL landed > 1 day ago.
Bug: #37751
Change-Id: Ifae15d01b96d91ee88b24469e08ecb4ecc97a832
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/112921
Reviewed-by: Zichang Guo <[email protected]>
Reviewed-by: Siva Annamalai <[email protected]>
Commit-Queue: Zichang Guo <[email protected]>1 parent f53388b commit 45f892d
1 file changed
+1
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | | - | |
| 236 | + | |
244 | 237 | | |
245 | 238 | | |
246 | 239 | | |
| |||
0 commit comments